RootDocumentDefinitionGetAllEmbeddedDocuments Method |
Gets all embedded documents in this root document.
Namespace: SD.LLBLGen.Pro.ApplicationCore.DerivedModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public List<EmbeddedDocumentDefinition> GetAllEmbeddedDocuments()
Public Function GetAllEmbeddedDocuments As List(Of EmbeddedDocumentDefinition)
Return Value
Type:
ListEmbeddedDocumentDefinitionSee Also