SqlGuid.Null Field

Definition

Represents a DBNull that can be assigned to this instance of the SqlGuid structure.

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

Field Value

Remarks

Null functions as a constant for the SqlGuid structure. For more information, see Handling Null Values.

Applies to

See also