/*optional*/ Boolean | |
Get method for attribute "IsOptional" Specifies whether argument is optional, indicating that the argument does not always need to be suppiled in the relation. Optional arguments must come at the end of the argument list. Default isfalse. | |
GetType () | |
Get method for attribute "Type" Parameter value type of argument. | |
void | SetIsOptional ( /*optional*/ Boolean value) |
Set method for attribute "IsOptional" Specifies whether argument is optional, indicating that the argument does not always need to be suppiled in the relation. Optional arguments must come at the end of the argument list. Default isfalse. | |
void | |
Set method for attribute "Type" Parameter value type of argument. |
GetType | ||
GetType | () | |
SetType | ||
void | SetType |
GetIsOptional | ||
/*optional*/ Boolean | GetIsOptional | () |
SetIsOptional | ||
void | SetIsOptional | ( /*optional*/ Boolean value) |