コード例 #1
0
 public DbTypeMapEntry(Type type,
                       DbType dbType,
                       Microsoft.SqlServer.Management.Smo.SqlDataType sqlDbType,
                       System.Xml.Schema.XmlTypeCode xSchemaType)
 {
     this.Type        = type;
     this.DbType      = dbType;
     this.SqlDbType   = sqlDbType;
     this.XSchemaType = xSchemaType;
 }
コード例 #2
0
 public DbTypeMapEntry(Type type,
     DbType dbType,
     Microsoft.SqlServer.Management.Smo.SqlDataType sqlDbType,
     System.Xml.Schema.XmlTypeCode xSchemaType)
 {
     this.Type = type;
     this.DbType = dbType;
     this.SqlDbType = sqlDbType;
     this.XSchemaType = xSchemaType;
 }