Class BackendConfiguration.HighLowKeyGeneratorConfiguration
Inheritance
System.Object
BackendConfiguration.HighLowKeyGeneratorConfiguration
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public sealed class HighLowKeyGeneratorConfiguration
Properties
CreateTable
Declaration
public bool CreateTable { get; set; }
Property Value
|
System.Boolean
|
GrabSize
Declaration
public int GrabSize { get; set; }
Property Value
|
System.Int32
|
IgnoreMissingTables
Declaration
public bool IgnoreMissingTables { get; set; }
Property Value
|
System.Boolean
|
KeyColumnLength
Declaration
public int KeyColumnLength { get; set; }
Property Value
|
System.Int32
|
KeyColumnName
Declaration
public string KeyColumnName { get; set; }
Property Value
|
System.String
|
KeyColumnOpenAccessType
Declaration
public int KeyColumnOpenAccessType { get; set; }
Property Value
|
System.Int32
|
Start
Declaration
public int Start { get; set; }
Property Value
|
System.Int32
|
TableName
Declaration
public string TableName { get; set; }
Property Value
|
System.String
|
ValueColumnName
Declaration
public string ValueColumnName { get; set; }
Property Value
|
System.String
|