C# Class Signum.Engine.DiffColumn

Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Свойство Type Description
Default string
ForeignKey DiffForeignKey
Identity bool
Length int
Name string
Nullable bool
Precission int
PrimaryKey bool
Scale int
SqlDbType SqlDbType
UserTypeName string

Méthodes publiques

Méthode Description
BytesPerChar ( System sqlDbType ) : int
Clone ( ) : DiffColumn
ColumnEquals ( IColumn other, bool ignorePrimaryKey ) : bool
DefaultEquals ( IColumn other ) : bool
ToString ( ) : string

Private Methods

Méthode Description
CleanParenthesis ( string p ) : string

Method Details

BytesPerChar() public static méthode

public static BytesPerChar ( System sqlDbType ) : int
sqlDbType System
Résultat int

Clone() public méthode

public Clone ( ) : DiffColumn
Résultat DiffColumn

ColumnEquals() public méthode

public ColumnEquals ( IColumn other, bool ignorePrimaryKey ) : bool
other IColumn
ignorePrimaryKey bool
Résultat bool

DefaultEquals() public méthode

public DefaultEquals ( IColumn other ) : bool
other IColumn
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Default public_oe property

public string Default
Résultat string

ForeignKey public_oe property

public DiffForeignKey,Signum.Engine ForeignKey
Résultat DiffForeignKey

Identity public_oe property

public bool Identity
Résultat bool

Length public_oe property

public int Length
Résultat int

Name public_oe property

public string Name
Résultat string

Nullable public_oe property

public bool Nullable
Résultat bool

Precission public_oe property

public int Precission
Résultat int

PrimaryKey public_oe property

public bool PrimaryKey
Résultat bool

Scale public_oe property

public int Scale
Résultat int

SqlDbType public_oe property

public SqlDbType SqlDbType
Résultat SqlDbType

UserTypeName public_oe property

public string UserTypeName
Résultat string