'Declaration Public Function New( _ ByVal oracleDbType As OracleDbType, _ ByVal data As Object _ )
public OracleShardingKey( OracleDbType oracleDbType, object data )
Parameters
- oracleDbType
- One of the OracleDbType values.
- data
- A value of the sharding key. Note that its type must correspond to the oracleDbType parameter.