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)
Syntaxpublic List<EmbeddedDocumentDefinition> GetAllEmbeddedDocuments()
Public Function GetAllEmbeddedDocuments As List(Of EmbeddedDocumentDefinition)
Return Value
Type: 
ListEmbeddedDocumentDefinition
See Also