SqlByte.Zero Field

Definition

Represents a zero value that can be assigned to the Value property of an instance of the SqlByte structure.

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

Field Value

Remarks

The Zero field is a constant for the SqlByte structure.

Applies to

See also