Error processing SSI file
LEADTOOLS Leadtools.Ccow.Server (Leadtools.Ccow.Server assembly)

Show in webframe

DependentSubjects Property






Gets or sets the subject dependencies table.
Syntax
[AssociationAttribute(ThisKey="Id,Id,Id", 
   OtherKey="SubjectId,SubjectId,SubjectId", 
   DeleteRule="CASCADE", 
   Name="FK_Subject", 
   Storage="_Subject1")]
public EntitySet<CCOWSubjectDependency> DependentSubjects {get; set;}
'Declaration
 
<AssociationAttribute(ThisKey="Id,Id,Id", 
   OtherKey="SubjectId,SubjectId,SubjectId", 
   DeleteRule="CASCADE", 
   Name="FK_Subject", 
   Storage="_Subject1")>
Public Property DependentSubjects As EntitySet(Of CCOWSubjectDependency)
'Usage
 
Dim instance As CCOWSubject
Dim value As EntitySet(Of CCOWSubjectDependency)
 
instance.DependentSubjects = value
 
value = instance.DependentSubjects
[AssociationAttribute(ThisKey="Id,Id,Id", 
   OtherKey="SubjectId,SubjectId,SubjectId", 
   DeleteRule="CASCADE", 
   Name="FK_Subject", 
   Storage="_Subject1")]
public:
property EntitySet<CCOWSubjectDependency^>^ DependentSubjects {
   EntitySet<CCOWSubjectDependency^>^ get();
   void set (    EntitySet<CCOWSubjectDependency^>^ value);
}

Property Value

A collection of CCOW subject dependencies table.
Requirements

Target Platforms

See Also

Reference

CCOWSubject Class
CCOWSubject Members

Error processing SSI file
Leadtools.Ccow.Server requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features