Skip to content

FirebirdSchemaProvider.GetSqlTypeFromBlrType method

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.

Return Value

The SQL type name.

See Also