コード例 #1
0
 public DbType CastDataType(DataAnnotations.ERBridge.DataType dataType)
 {
     return((DbType)dataType.GetEnumValue());
 }