The StoreFunction type exposes the following members.

Methods

  NameDescription
Public methodAddParameter(String)
Adds a parameter to the function definition.
Public methodAddParameter(String, String, Int32)
Adds a parameter to the function definition.
Public methodClearParameters
Removes all parameters.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the object from the model.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAggregate
True if the function/procedure returns an aggregate value, false if not.
Public propertyAliasName
Fully qualified alias name, including parent object aliases.
Public propertyBuiltIn
True if the function/procedure is a built-in function, false if not.
Public propertyCommandText
Command text if defined within the model rather than mapped to a database function or procedure.
Public propertyFullName
Fully qualified name, including parent object names.
Public propertyFunctionName
Function/procedure name in the database
Public propertyIsComposable
True if the function is composable / can be part of a query or wrapped within a function call.
Public propertyLongDescription
Long description, part of the documentation attributes for model members
Public propertyMapping
Function import mapping that maps this storage model function to a conceptual model function import.
Public propertyName
Name of the model object
Public propertyNiladicFunction
True if the function/procedure accepts no parameters.
Public propertyParameters
Enumeration of parameters to the function/procedure.
Public propertyParameterTypeSemantics
Defines the semantics used to resolve function overloads.
Public propertyReturnType
Return type name
Public propertySchema
Database schema that this function/procedure belongs to.
Public propertyShortDescription
Short description, part of the documentation attributes for model members

Events

  NameDescription
Public eventNameChanged
Event fired when the object changes name
Public eventRemoved
Event fired when the object has been removed from the model

See Also