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; }