Class Query
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()
    
  Namespace: ArgentSea
Assembly: ArgentSea.dll
Syntax
public abstract class QueryConstructors
| Improve this Doc View SourceQuery(String, String, String[])
Declaration
public Query(string sql, string name, string[] parameterNames)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | sql | |
| System.String | name | |
| System.String[] | parameterNames | 
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
ParameterNames
Declaration
public string[] ParameterNames { get; }Property Value
| Type | Description | 
|---|---|
| System.String[] | 
Sql
Declaration
public string Sql { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Type
Declaration
public abstract CommandType Type { get; }Property Value
| Type | Description | 
|---|---|
| System.Data.CommandType |