SqlInt32.Zero Field

Definition

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

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

Field Value

Remarks

The Zero field is a constant for the SqlInt32 structure.

Applies to

See also