Class CallFunctionCCNode
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SqlDotNet.Runtime
Assembly: SqlDotNet.dll
Syntax
public class CallFunctionCCNode : CommandChainNode
Constructors
| Improve this Doc View SourceCallFunctionCCNode(CommandChainNode)
Declaration
public CallFunctionCCNode(CommandChainNode parent)
Parameters
Type | Name | Description |
---|---|---|
CommandChainNode | parent |
Properties
| Improve this Doc View SourceArugments
Declaration
public IList<string> Arugments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
FunctionName
Name of the current function
Declaration
public string FunctionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |