NewRowProviderTable Property |
Gets the table.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IBufferTable Table { get; }
Public ReadOnly Property Table As IBufferTable
Get
public:
property IBufferTable^ Table {
IBufferTable^ get ();
}
member Table : IBufferTable with get
Property Value
Type:
IBufferTable
The table.
See Also