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.
|
GrabSize
Declaration
public int GrabSize { get; set; }
Property Value
System.
|
IgnoreMissingTables
Declaration
public bool IgnoreMissingTables { get; set; }
Property Value
System.
|
KeyColumnLength
Declaration
public int KeyColumnLength { get; set; }
Property Value
System.
|
KeyColumnName
Declaration
public string KeyColumnName { get; set; }
Property Value
System.
|
KeyColumnOpenAccessType
Declaration
public int KeyColumnOpenAccessType { get; set; }
Property Value
System.
|
Start
Declaration
public int Start { get; set; }
Property Value
System.
|
TableName
Declaration
public string TableName { get; set; }
Property Value
System.
|
ValueColumnName
Declaration
public string ValueColumnName { get; set; }
Property Value
System.
|