SqlInt16.Zero Field

Definition

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

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

Field Value

Remarks

The Zero field is a constant for the SqlInt16 structure.

Applies to

See also