Class KeyGeneratorArgs
Inheritance
System.Object
KeyGeneratorArgs
Namespace: Telerik.OpenAccess.Runtime.KeyGenerator
Assembly: Telerik.OpenAccess.Runtime.dll
Syntax
public sealed class KeyGeneratorArgs
Constructors
KeyGeneratorArgs()
Declaration
public KeyGeneratorArgs()
Properties
CreateTable
Declaration
public bool CreateTable { get; set; }
Property Value
|
System.Boolean
|
FieldName
Declaration
public string FieldName { get; set; }
Property Value
|
System.String
|
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
|
KeyColumnType
Declaration
public int KeyColumnType { get; set; }
Property Value
|
System.Int32
|
PkConstraint
Declaration
public string PkConstraint { get; set; }
Property Value
|
System.String
|
Start
Declaration
public int Start { get; set; }
Property Value
|
System.Int32
|
TableName
Declaration
public string TableName { get; set; }
Property Value
|
System.String
|
UsedForTable
Declaration
public bool UsedForTable { get; set; }
Property Value
|
System.Boolean
|
ValueColumnName
Declaration
public string ValueColumnName { get; set; }
Property Value
|
System.String
|