Property | Type | Description | |
---|---|---|---|
Instance |
Method | Description | |
---|---|---|
AppendFieldCondition ( |
||
AppendNullFieldCondition ( |
||
ToSelectStatement ( ModelDefinition modelDef, string selectExpression, string bodyExpression, string orderByExpression = null, int offset = null, int rows = null ) : string |
Method | Description | |
---|---|---|
isSpatialField ( FieldDefinition fieldDef ) : bool |
public AppendFieldCondition ( |
||
sqlFilter | ||
fieldDef | FieldDefinition | |
cmd | IDbCommand | |
return | void |
public AppendNullFieldCondition ( |
||
sqlFilter | ||
fieldDef | FieldDefinition | |
return | void |
public ToSelectStatement ( ModelDefinition modelDef, string selectExpression, string bodyExpression, string orderByExpression = null, int offset = null, int rows = null ) : string | ||
modelDef | ModelDefinition | |
selectExpression | string | |
bodyExpression | string | |
orderByExpression | string | |
offset | int | |
rows | int | |
return | string |