Class WellKnownTypes.System.Data.SqlTypes
public static class WellKnownTypes.System.Data.SqlTypes
- Inheritance
-
WellKnownTypes.System.Data.SqlTypes
Properties
SqlBinary
SqlBinary type descriptor.
public static IType SqlBinary { get; }
Property Value
SqlBoolean
SqlBoolean type descriptor.
public static IType SqlBoolean { get; }
Property Value
SqlByte
SqlByte type descriptor.
public static IType SqlByte { get; }
Property Value
SqlDateTime
SqlDateTime type descriptor.
public static IType SqlDateTime { get; }
Property Value
SqlDecimal
SqlDecimal type descriptor.
public static IType SqlDecimal { get; }
Property Value
SqlDouble
SqlDouble type descriptor.
public static IType SqlDouble { get; }
Property Value
SqlGuid
SqlGuid type descriptor.
public static IType SqlGuid { get; }
Property Value
SqlInt16
SqlInt16 type descriptor.
public static IType SqlInt16 { get; }
Property Value
SqlInt32
SqlInt32 type descriptor.
public static IType SqlInt32 { get; }
Property Value
SqlInt64
SqlInt64 type descriptor.
public static IType SqlInt64 { get; }
Property Value
SqlMoney
SqlMoney type descriptor.
public static IType SqlMoney { get; }
Property Value
SqlSingle
SqlSingle type descriptor.
public static IType SqlSingle { get; }
Property Value
SqlString
SqlString type descriptor.
public static IType SqlString { get; }
Property Value
SqlXml
SqlXml type descriptor.
public static IType SqlXml { get; }