C# Class CopyDb.ColumnInfo

Afficher le fichier Open project: versionone/tools-CopyDb Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

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
Résultat System

ColumnInfo() public méthode

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
Résultat System

Property Details

Calculation public_oe property

public string Calculation
Résultat string

Collation public_oe property

public string Collation
Résultat string

IdentityIncrement public_oe property

public int IdentityIncrement
Résultat int

IdentitySeed public_oe property

public int IdentitySeed
Résultat int

IsDescending public_oe property

public bool IsDescending
Résultat bool

IsIdentity public_oe property

public bool IsIdentity
Résultat bool

IsNullable public_oe property

public bool IsNullable
Résultat bool

Name public_oe property

public string Name
Résultat string

Position public_oe property

public int Position
Résultat int

Precision public_oe property

public int Precision
Résultat int

Scale public_oe property

public int Scale
Résultat int

Size public_oe property

public int Size
Résultat int

Type public_oe property

public SqlDbType Type
Résultat SqlDbType