| MemoryBufferRowTable Property  | 
 
            Gets the table holding the row.
            
 
    Namespace: 
   Aloe.SystemFrameworks.Domain.DataAccess
    Assembly:
   Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
 Syntax
Syntaxpublic IBufferTable Table { get; }Public ReadOnly Property Table As IBufferTable
	Get
public:
virtual property IBufferTable^ Table {
	IBufferTable^ get () sealed;
}abstract Table : IBufferTable with get
override Table : IBufferTable with get
Property Value
Type: 
IBufferTableImplements
IBufferRowTable See Also
See Also