Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetActiveFields ( ) : string | ||
GetFields ( ) : string | ||
GetGroupBy ( ) : string | ||
GetLimit ( ) : string | ||
GetOrderBy ( ) : string | ||
GetPrimaryKeys ( ) : IList | ||
GetWhere ( ) : string | ||
SetField ( string col, object val ) : void | ||
SetGroupBy ( string value ) : void | ||
SetLimit ( string value ) : void | ||
SetOrderBy ( string value ) : void | ||
SetWhere ( string value ) : void | ||
TesteObj ( ) : System |
public SetField ( string col, object val ) : void | ||
col | string | |
val | object | |
return | void |