Class DefaultQuerySqlGenerator.Parameters
Class which help with Linq query parameters.
Inheritance
System.Object
DefaultQuerySqlGenerator.Parameters
Namespace: Kros.KORM.Query.Sql
Assembly: Kros.KORM.dll
Syntax
protected class Parameters
Methods
AddParameter(Object)
Adds the parameter.
Declaration
public void AddParameter(object param)
Parameters
Type | Name | Description |
---|---|---|
System.Object | param | The parameter. |
Clear()
Clears this instance.
Declaration
public void Clear()
GetNextParamName()
Gets the name of the next parameter.
Declaration
public string GetNextParamName()
Returns
Type | Description |
---|---|
System.String |
GetParams()
Gets the parameters.
Declaration
public object[] GetParams()
Returns
Type | Description |
---|---|
System.Object[] |