Property | Type | Description | |
---|---|---|---|
_commandText | System.Data.Entity.Core.SchemaObjectModel.FunctionCommandText | ||
_isComposable | bool | ||
_isRefType | bool | ||
_parameters | SchemaElementLookUpTable |
||
_returnTypeList | List |
||
_type | System.Data.Entity.Core.SchemaObjectModel.SchemaType |
Property | Type | Description | |
---|---|---|---|
Clone | System.Data.Entity.Core.SchemaObjectModel.SchemaElement | ||
GetTypeNameForErrorMessage | string | ||
HandleAggregateAttribute | void | ||
HandleBuiltInAttribute | void | ||
HandleCommandTextFunctionElment | void | ||
HandleDbSchemaAttribute | void | ||
HandleIsComposableAttribute | void | ||
HandleNiladicFunctionAttribute | void | ||
HandleParameterTypeSemanticsAttribute | void | ||
HandleStoreFunctionNameAttribute | void | ||
RemoveTypeModifier | void | ||
ResolveSecondLevelNames | void | ||
ResolveTopLevelNames | void | ||
Validate | void |
Method | Description | |
---|---|---|
Function ( System.Data.Entity.Core.SchemaObjectModel.Schema parentElement ) : System.Collections.Generic |
ctor for a schema function
|
Method | Description | |
---|---|---|
CloneSetFunctionFields ( |
||
HandleAttribute ( |
||
HandleElement ( |
||
HandleParameterElement ( |
Handler for the Parameter Element
|
|
HandleReturnTypeAttribute ( |
||
HandleReturnTypeElement ( |
Handler for the ReturnType element
|
Method | Description | |
---|---|---|
Clone ( System.Data.Entity.Core.SchemaObjectModel.SchemaElement parentElement ) : System.Data.Entity.Core.SchemaObjectModel.SchemaElement | ||
GetTypeNameForErrorMessage ( System.Data.Entity.Core.SchemaObjectModel.SchemaType type, CollectionKind colKind, bool isRef ) : string | ||
HandleAggregateAttribute ( |
Handler for the Version attribute
|
|
HandleBuiltInAttribute ( |
Handler for the Namespace attribute
|
|
HandleCommandTextFunctionElment ( |
||
HandleDbSchemaAttribute ( |
The method that is called when a DbSchema attribute is encountered.
|
|
HandleIsComposableAttribute ( |
Handler for the IsComposableAttribute attribute
|
|
HandleNiladicFunctionAttribute ( |
Handler for the NiladicFunctionAttribute attribute
|
|
HandleParameterTypeSemanticsAttribute ( |
Handles ParameterTypeSemantics attribute
|
|
HandleStoreFunctionNameAttribute ( |
Handler for the Alias attribute
|
|
RemoveTypeModifier ( string &type, TypeModifier &typeModifier, bool &isRefType ) : void | ||
ResolveSecondLevelNames ( ) : void | ||
ResolveTopLevelNames ( ) : void | ||
Validate ( ) : void |
protected CloneSetFunctionFields ( |
||
clone | ||
return | void |
public Function ( System.Data.Entity.Core.SchemaObjectModel.Schema parentElement ) : System.Collections.Generic | ||
parentElement | System.Data.Entity.Core.SchemaObjectModel.Schema | |
return | System.Collections.Generic |
protected HandleAttribute ( |
||
reader | ||
return | bool |
protected HandleElement ( |
||
reader | ||
return | bool |
protected HandleParameterElement ( |
||
reader | xml reader currently positioned at Parameter Element | |
return | void |
protected HandleReturnTypeAttribute ( |
||
reader | ||
return | void |
protected HandleReturnTypeElement ( |
||
reader | xml reader currently positioned at ReturnType element | |
return | void |
protected FunctionCommandText,System.Data.Entity.Core.SchemaObjectModel _commandText | ||
return | System.Data.Entity.Core.SchemaObjectModel.FunctionCommandText |
protected SchemaElementLookUpTable |
||
return | SchemaElementLookUpTable |