ObjectTransactionRepositorySource Property |
Gets a reference to the primary repository source for the transaction
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic RepositorySource RepositorySource { get; }
Public ReadOnly Property RepositorySource As RepositorySource
Get
public:
property RepositorySource^ RepositorySource {
RepositorySource^ get ();
}
member RepositorySource : RepositorySource with get
Property Value
Type:
RepositorySource
See Also