Interface ISqlDataType
Represents a DB data type.
public interface ISqlDataType
Properties
DbType
DbType of this data type.
DbType DbType { get; }
Property Value
Dialect
Specifies the SQL dialect of this data type.
SqlDialect Dialect { get; }
Property Value
Name
DB name of this data type.
string Name { get; }
Property Value
ParameterDefinitions
Collection of parameter definitions for this data type.
ReadOnlySpan<SqlDataTypeParameter> ParameterDefinitions { get; }
Property Value
Parameters
Collection of applied parameters to this data type.
ReadOnlySpan<int> Parameters { get; }