CustomData.NoRows Property
Definition
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.
Indicates that the CustomData object contains no rows of data.
public:
property bool NoRows { bool get(); };
public bool NoRows { get; }
member this.NoRows : bool
Public ReadOnly Property NoRows As Boolean
Property Value
A Boolean
value indicating that the CustomData object contains no rows of data.