SqlInt64.Zero Field

Definition

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

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

Field Value

Remarks

The Zero field is a constant for the SqlInt64 structure.

Applies to

See also