ObjectTransactionDataSource Property |
Gets the data source.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IDataSource DataSource { get; }
Public ReadOnly Property DataSource As IDataSource
Get
public:
property IDataSource^ DataSource {
IDataSource^ get ();
}
member DataSource : IDataSource with get
Property Value
Type:
IDataSource
The data source.
See Also