C# Class CopyDb.ColumnInfo

Datei anzeigen Open project: versionone/tools-CopyDb Class Usage Examples

Public Properties

Property Type Description
Calculation string
Collation string
IdentityIncrement int
IdentitySeed int
IsDescending bool
IsIdentity bool
IsNullable bool
Name string
Position int
Precision int
Scale int
Size int
Type SqlDbType

Public Methods

Method Description
ColumnInfo ( object name, object type, object size, object precision, object scale, object isnullable, object isidentity, object identityseed, object identityincr, object calculation, object position, object collation ) : System
ColumnInfo ( string name, SqlDbType type, int size, int precision, int scale, bool isnullable, bool isidentity, int identityseed, int identityincr, string calculation, int position, string collation ) : System

Method Details

ColumnInfo() public method

public ColumnInfo ( object name, object type, object size, object precision, object scale, object isnullable, object isidentity, object identityseed, object identityincr, object calculation, object position, object collation ) : System
name object
type object
size object
precision object
scale object
isnullable object
isidentity object
identityseed object
identityincr object
calculation object
position object
collation object
return System

ColumnInfo() public method

public ColumnInfo ( string name, SqlDbType type, int size, int precision, int scale, bool isnullable, bool isidentity, int identityseed, int identityincr, string calculation, int position, string collation ) : System
name string
type SqlDbType
size int
precision int
scale int
isnullable bool
isidentity bool
identityseed int
identityincr int
calculation string
position int
collation string
return System

Property Details

Calculation public_oe property

public string Calculation
return string

Collation public_oe property

public string Collation
return string

IdentityIncrement public_oe property

public int IdentityIncrement
return int

IdentitySeed public_oe property

public int IdentitySeed
return int

IsDescending public_oe property

public bool IsDescending
return bool

IsIdentity public_oe property

public bool IsIdentity
return bool

IsNullable public_oe property

public bool IsNullable
return bool

Name public_oe property

public string Name
return string

Position public_oe property

public int Position
return int

Precision public_oe property

public int Precision
return int

Scale public_oe property

public int Scale
return int

Size public_oe property

public int Size
return int

Type public_oe property

public SqlDbType Type
return SqlDbType