Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
INullable Interface
Definition
- Namespace:
- System.Data.SqlTypes
- Assemblies:
- netstandard.dll, System.Data.Common.dll
- Assembly:
- System.Data.SqlClient.dll
- Assembly:
- System.Data.Common.dll
- Assembly:
- System.Data.dll
- Assembly:
- netstandard.dll
- Source:
- INullable.cs
- Source:
- INullable.cs
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
All the System.Data.SqlTypes objects and structures implement the INullable interface.
public interface class INullable
public interface INullable
type INullable = interface
Public Interface INullable
- Derived
Remarks
SqlTypes can contain the value null and use database semantics for evaluating nulls. Nulls are used in a database to indicate an unknown or missing value.
Properties
| Name | Description |
|---|---|
| IsNull |
Indicates whether a structure is null. This property is read-only. |
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Feedback
Was this page helpful?
