Class SCLRuntime
SQL-Runtime core
Inheritance
System.Object
SCLRuntime
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 SCLRuntime
Constructors
| Improve this Doc View SourceSCLRuntime(IQueryExecutor, IList<QueryParameter>)
Create SCL-Runtime
Declaration
public SCLRuntime(IQueryExecutor executor, IList<QueryParameter> parameter)
Parameters
Type | Name | Description |
---|---|---|
IQueryExecutor | executor | Pass clr interface |
System.Collections.Generic.IList<QueryParameter> | parameter | List of available parameter |
Properties
| Improve this Doc View SourceResultSet
Get the result of the sql-statement
Declaration
public ResultSet ResultSet { get; }
Property Value
Type | Description |
---|---|
ResultSet |