コード例 #1
0
 public static DbDataType GetDbTypeForCast(this MappingSchema mappingSchema, SqlDataType type)
 {
     return(DB2iSeriesDbTypes.GetDbTypeForCast(type, mappingSchema));
 }
コード例 #2
0
 public static DbDataType GetDbDataType(this MappingSchema mappingSchema, Type systemType, DataType dataType, int?length, int?precision, int?scale, bool mapGuidAsString, bool forceDefaultAttributes = false)
 {
     return(DB2iSeriesDbTypes.GetDbDataType(systemType, dataType, length, precision, scale, mappingSchema.IsGuidMappedAsString(), forceDefaultAttributes));
 }