FirebirdSchemaProvider.GetSqlTypeFromBlrType method
namespace: Serenity.Data.Schema assembly: Serenity.Net.Data
Gets the type of the SQL type from BLR.
public static string GetSqlTypeFromBlrType(int type, int subType, int size, int scale)
| parameter | description |
|---|---|
| type | The type. |
| subType | Type of the sub. |
| size | The size. |
| scale | The scale. |
See Also
- class FirebirdSchemaProvider