Class QueryProcedure
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 class QueryProcedure : Query
Constructors
| Improve this Doc View SourceQueryProcedure(String)
Declaration
public QueryProcedure(string sprocName)
Parameters
Type | Name | Description |
---|---|---|
System.String | sprocName |
QueryProcedure(String, String[])
Declaration
public QueryProcedure(string sprocName, string[] parameterNames)
Parameters
Type | Name | Description |
---|---|---|
System.String | sprocName | |
System.String[] | parameterNames |
Properties
| Improve this Doc View SourceType
Declaration
public override CommandType Type { get; }
Property Value
Type | Description |
---|---|
System.Data.CommandType |