The StoreFunction type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddParameter(String) |
Adds a parameter to the function definition.
|
![]() | AddParameter(String, String, Int32) |
Adds a parameter to the function definition.
|
![]() | ClearParameters |
Removes all parameters.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Remove |
Removes the object from the model.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Aggregate |
True if the function/procedure returns an aggregate value, false if not.
|
![]() | AliasName |
Fully qualified alias name, including parent object aliases.
|
![]() | BuiltIn |
True if the function/procedure is a built-in function, false if not.
|
![]() | CommandText |
Command text if defined within the model rather than mapped to a database function or procedure.
|
![]() | FullName |
Fully qualified name, including parent object names.
|
![]() | FunctionName |
Function/procedure name in the database
|
![]() | IsComposable |
True if the function is composable / can be part of a query or wrapped within a function call.
|
![]() | LongDescription |
Long description, part of the documentation attributes for model members
|
![]() | Mapping |
Function import mapping that maps this storage model function to a conceptual model function import.
|
![]() | Name |
Name of the model object
|
![]() | NiladicFunction |
True if the function/procedure accepts no parameters.
|
![]() | Parameters |
Enumeration of parameters to the function/procedure.
|
![]() | ParameterTypeSemantics |
Defines the semantics used to resolve function overloads.
|
![]() | ReturnType |
Return type name
|
![]() | Schema |
Database schema that this function/procedure belongs to.
|
![]() | ShortDescription |
Short description, part of the documentation attributes for model members
|
Events
Name | Description | |
---|---|---|
![]() | NameChanged |
Event fired when the object changes name
|
![]() | Removed |
Event fired when the object has been removed from the model
|