EnterpriseOneTransactionGeneralObjectsDocumentLinks Property |
Gets a typed query for the General.DocumentLink entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<DocumentLink, DocumentLinksRepository> DocumentLinks { get; }
Public ReadOnly Property DocumentLinks As TransactionQuery(Of DocumentLink, DocumentLinksRepository)
Get
public:
property TransactionQuery<DocumentLink^, DocumentLinksRepository^>^ DocumentLinks {
TransactionQuery<DocumentLink^, DocumentLinksRepository^>^ get ();
}
member DocumentLinks : TransactionQuery<DocumentLink, DocumentLinksRepository> with get
Property Value
Type:
TransactionQueryDocumentLink,
DocumentLinksRepository
See Also