Class StoreDefinitionParameters
Inheritance
System.Object
StoreDefinitionParameters
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 7.19.2Syntax
public class StoreDefinitionParameters
Constructors
StoreDefinitionParameters()
Declaration
public StoreDefinitionParameters()
Fields
DefaultStorageTableName
The name of the default 'Big Table'
Declaration
public const string DefaultStorageTableName = "tblBigTable"
Field Value
Type | Description |
---|---|
System. |
SystemStorageTableName
Declaration
public const string SystemStorageTableName = "tblSystemBigTable"
Field Value
Type | Description |
---|---|
System. |
Properties
ColumnNamesMap
Declaration
public IDictionary<string, string> ColumnNamesMap { get; }
Property Value
Type | Description |
---|---|
System. |
EntityTypeId
Declaration
public int EntityTypeId { get; set; }
Property Value
Type | Description |
---|---|
System. |
IndexNames
Declaration
public IList<string> IndexNames { get; }
Property Value
Type | Description |
---|---|
System. |
ProviderColumns
Declaration
public IList<string> ProviderColumns { get; }
Property Value
Type | Description |
---|---|
System. |
TableName
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Merge(StoreDefinitionParameters)
Declaration
public StoreDefinitionParameters Merge(StoreDefinitionParameters other)
Parameters
Type | Name | Description |
---|---|---|
Store |
other |
Returns
Type | Description |
---|---|
Store |