Class RootCCNode
Start of any command chain / some kind of dummy
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 RootCCNode : CommandChainNode
Constructors
| Improve this Doc View SourceRootCCNode(CommandChainNode)
Declaration
public RootCCNode(CommandChainNode parent)
Parameters
Type | Name | Description |
---|---|---|
CommandChainNode | parent |
Properties
| Improve this Doc View SourceVersion
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |