Property | Type | Description | |
---|---|---|---|
IsValidDefault | bool | ||
IsValidDefault | bool | ||
Validate | void |
Method | Description | |
---|---|---|
CanHaveDefault ( ) : bool | ||
Field ( global::Microsoft.VisualStudio.Modeling store ) : System |
Constructor
|
|
GetCodeDefault ( ) : string |
Gets the C# code equivalent for this default value
|
|
GetCodeType ( ) : string | ||
GetCodeType ( bool allowNullable ) : string | ||
GetCodeType ( bool allowNullable, bool forceNull ) : string | ||
IModuleLink ( Module module ) : void | ||
IsSupportedType ( DataTypeConstants type, DatabaseTypeConstants sqlVersion ) : bool | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
OnDeleting ( ) : void | ||
OnPropertyChanged ( System e ) : void |
Method | Description | |
---|---|---|
IsValidDefault ( ) : bool | ||
IsValidDefault ( string value ) : bool | ||
Validate ( ValidationContext context ) : void |
public Field ( global::Microsoft.VisualStudio.Modeling store ) : System | ||
store | global::Microsoft.VisualStudio.Modeling | Store where new element is to be created. |
return | System |
public GetCodeType ( bool allowNullable ) : string | ||
allowNullable | bool | |
return | string |
public GetCodeType ( bool allowNullable, bool forceNull ) : string | ||
allowNullable | bool | |
forceNull | bool | |
return | string |
public static IsSupportedType ( DataTypeConstants type, DatabaseTypeConstants sqlVersion ) : bool | ||
type | DataTypeConstants | |
sqlVersion | DatabaseTypeConstants | |
return | bool |
protected OnPropertyChanged ( System e ) : void | ||
e | System | |
return | void |