Whether we are at the end of the dataset or not
Namespace:
T4.APIAssembly: T4API.20 (in T4API.20.dll)
Syntax
| C# |
|---|
public bool Eof { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Eof As Boolean |
| Visual C++ |
|---|
public: property bool Eof { bool get (); } |