SqlByte.MinValue Field

Definition

A constant representing the smallest possible value of a SqlByte.

public: static initonly System::Data::SqlTypes::SqlByte MinValue;
public static readonly System.Data.SqlTypes.SqlByte MinValue;
 staticval mutable MinValue : System.Data.SqlTypes.SqlByte
Public Shared ReadOnly MinValue As SqlByte 

Field Value

Remarks

The value of this constant is 0.

Applies to

See also