Exemple #1
0
 public OracleUdtAttribute(string schema, string objectName)
 {
     UDTInfo = new OracleUdtInfo(schema, objectName);
 }
Exemple #2
0
 public OracleUdtAttribute(string schema, string objectName, string collectionSchema, string collectionName)
 {
     UDTInfo = new OracleUdtInfo(schema, objectName, collectionSchema, collectionName);
 }
Exemple #3
0
 public OracleUdtAttribute(string objectName)
 {
     UDTInfo = new OracleUdtInfo(objectName);
 }