Class StorageType
Helper class to determine the Dynamic Data Store storage type of a System.
Inheritance
System.Object
StorageType
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public class StorageType : Object
Properties
IsAnonymous
A System.
Declaration
public bool IsAnonymous { get; }
Property Value
Type | Description |
---|---|
System. |
IsCollection
A System.
Declaration
public bool IsCollection { get; }
Property Value
Type | Description |
---|---|
System. |
IsInline
A System.
Declaration
public bool IsInline { get; }
Property Value
Type | Description |
---|---|
System. |
IsReference
A System.
Declaration
public bool IsReference { get; }
Property Value
Type | Description |
---|---|
System. |