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