Method | Description | |
---|---|---|
DoesTypeInheritsFromThis ( |
Determines if the specified type inherits from this object type.
|
|
GetTwoPartName ( ) : string |
Gets the name of the two part.
|
|
SetProcedureName ( string procedureName ) : void |
Sets the procedure name.
|
|
SetSchemaName ( string schemaName ) : void |
Sets the schema name.
|
Method | Description | |
---|---|---|
HasProcedureName ( ) : bool | ||
TryInitializeFromAttributesInternal ( ) : void |
Method | Description | |
---|---|---|
EnsureProcedureHasName ( ) : void | ||
TrySetProcedureNameFromNameAttribute ( |
||
TrySetSchemaNameFromSchemaAttribute ( |
public static DoesTypeInheritsFromThis ( |
||
type | The type. | |
return | bool |
public SetProcedureName ( string procedureName ) : void | ||
procedureName | string | Name of the procedure. |
return | void |
public SetSchemaName ( string schemaName ) : void | ||
schemaName | string | The name of the schema. |
return | void |
protected TryInitializeFromAttributesInternal ( ) : void | ||
return | void |