dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlMacAddr Structure / Null Field

In This Topic
Null Field (PgSqlMacAddr)
In This Topic
Represents a NULL value that can be assigned to the PgSqlMacAddr structure.
Syntax
'Declaration
 
Public Shared Null As PgSqlMacAddr
 

Field Value

An object that represents a null PgSqlMacAddr value.
Remarks
The string equivalent of this field is "null" or "NULL" (used in the Parse and ToString methods).
See Also