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.
|
FieldName
Declaration
public string FieldName { 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.
|
KeyColumnType
Declaration
public int KeyColumnType { get; set; }
Property Value
System.
|
PkConstraint
Declaration
public string PkConstraint { 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.
|
UsedForTable
Declaration
public bool UsedForTable { get; set; }
Property Value
System.
|
ValueColumnName
Declaration
public string ValueColumnName { get; set; }
Property Value
System.
|