Свойство | Type | Description | |
---|---|---|---|
_codeFacade | string | ||
_collate | string | ||
_computedColumn | bool | ||
_default | string | ||
_defaultIsFunc | bool | ||
_formula | string | ||
_identity | IdentityTypeConstants | ||
_isReadOnly | bool | ||
_isUnique | bool | ||
_obsolete | bool | ||
_parentTableRef | Reference | ||
_primaryKey | bool | ||
_relationshipRef | Reference | ||
_validationExpression | string |
Свойство | Type | Description | |
---|---|---|---|
GetFriendlyName | string | ||
GetIntellisenseRemarks | string | ||
IsValidDefault | bool | ||
IsValidDefault | bool | ||
SupportsIdentity | bool |
Méthode | Description | |
---|---|---|
CanHaveDefault ( ) : bool | ||
Column ( INHydrateModelObject root ) : System | ||
CreateRef ( ) : Reference | ||
CreateRef ( string key ) : Reference | ||
GetCodeDefault ( ) : string |
Gets the C# code equivalent for this default value
|
|
GetCodeFacade ( ) : string | ||
GetCodeType ( bool allowNullable, bool forceNull ) : string | ||
GetSQLDefault ( ) : string |
Gets the SQL equivalent for this default value
|
|
XmlAppend ( |
||
XmlLoad ( |
Méthode | Description | |
---|---|---|
ResetKey ( ) : void |
Méthode | Description | |
---|---|---|
GetFriendlyName ( ) : string | ||
GetIntellisenseRemarks ( ) : string | ||
IsValidDefault ( ) : bool | ||
IsValidDefault ( string value ) : bool | ||
SupportsIdentity ( ) : bool |
public Column ( INHydrateModelObject root ) : System | ||
root | INHydrateModelObject | |
Résultat | System |
public CreateRef ( string key ) : Reference | ||
key | string | |
Résultat | Reference |
public GetCodeType ( bool allowNullable, bool forceNull ) : string | ||
allowNullable | bool | |
forceNull | bool | |
Résultat | string |
public XmlAppend ( |
||
node | ||
Résultat | void |
public XmlLoad ( |
||
node | ||
Résultat | void |
protected IdentityTypeConstants _identity | ||
Résultat | IdentityTypeConstants |