RowGetValue Method (Type, String) |
Gets the stored value in the column specified by name
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax public Object GetValue(
Type type,
string name
)
Parameters
- type
- Type: SystemType
Target type - name
- Type: SystemString
Name of the column
Return Value
Type:
ObjectSee Also