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

Show in webframe

CCOWSubjectItems Property (CCOWSubject)






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

Property Value

A collection of CCOW subject items 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