Class QueryStatement
This implementation of Query loads the SQL from a relative file.
Inheritance
System.Object
QueryStatement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: ArgentSea.dll
Syntax
public class QueryStatement : Query
Properties
|
Improve this Doc
View Source
Extension
Declaration
public static string Extension { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Folder
Declaration
public static string Folder { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public override CommandType Type { get; }
Property Value
Type |
Description |
System.Data.CommandType |
|
Overrides
Methods
|
Improve this Doc
View Source
Create(String)
Declaration
public static Lazy<QueryStatement> Create(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
|
Improve this Doc
View Source
Create(String, String[])
Declaration
public static Lazy<QueryStatement> Create(string name, string[] parameterNames)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String[] |
parameterNames |
|
Returns
|
Improve this Doc
View Source
Create(String, String[], String)
Declaration
public static Lazy<QueryStatement> Create(string name, string[] parameterNames, string fullFilePath)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String[] |
parameterNames |
|
System.String |
fullFilePath |
|
Returns
|
Improve this Doc
View Source
Create(String, String[], String, String)
Declaration
public static Lazy<QueryStatement> Create(string name, string[] parameterNames, string folderName, string extension)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String[] |
parameterNames |
|
System.String |
folderName |
|
System.String |
extension |
|
Returns