Send feedback on this topic.
Teradata.Client.Provider
IsNull Property (TdXml)



Teradata.Client.Provider Namespace > TdXml Class : IsNull Property
Indicates whether TdXml is null.
Syntax
'Declaration
 
Public ReadOnly Property IsNull As Boolean
'Usage
 
Dim instance As TdXml
Dim value As Boolean
 
value = instance.IsNull
public bool IsNull {get;}
public:
property bool IsNull {
   bool get();
}

Property Value

true if TdXml is null; otherwise false.
Exceptions
ExceptionDescription
The TdXml is closed / disposed.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdXml Class
TdXml Members