Method | Description | |
---|---|---|
Remove ( this cache, string database, int tableId, int rowNumber, int columnOffset ) : void | ||
Set ( this cache, string database, int tableId, int rowNumber, int columnOffset, Field value ) : void | ||
TryGetValue ( this cache, string database, int tableId, int rowNumber, int columnOffset, Field &value ) : bool |
public static Remove ( this cache, string database, int tableId, int rowNumber, int columnOffset ) : void | ||
cache | this | |
database | string | |
tableId | int | |
rowNumber | int | |
columnOffset | int | |
return | void |
public static Set ( this cache, string database, int tableId, int rowNumber, int columnOffset, Field value ) : void | ||
cache | this | |
database | string | |
tableId | int | |
rowNumber | int | |
columnOffset | int | |
value | Field | |
return | void |
public static TryGetValue ( this cache, string database, int tableId, int rowNumber, int columnOffset, Field &value ) : bool | ||
cache | this | |
database | string | |
tableId | int | |
rowNumber | int | |
columnOffset | int | |
value | Field | |
return | bool |