DbFunctionCommandTree Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the invocation of a database function.
public ref class DbFunctionCommandTree sealed : System::Data::Common::CommandTrees::DbCommandTree
public sealed class DbFunctionCommandTree : System.Data.Common.CommandTrees.DbCommandTree
type DbFunctionCommandTree = class
inherit DbCommandTree
Public NotInheritable Class DbFunctionCommandTree
Inherits DbCommandTree
- Inheritance
Properties
EdmFunction |
Gets the EdmFunction that represents the function that is being invoked. |
Parameters |
Gets the name and corresponding type of each parameter that can be referenced within this DbCommandTree. (Inherited from DbCommandTree) |
ResultType |
Gets the expected result type for the function's first result set. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (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) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |