Subject Property

Summary
Gets or sets the subject table.
Syntax
C#
VB
C++
[AssociationAttribute(ThisKey="SubjectId,SubjectId,SubjectId", OtherKey="Id,Id,Id", IsForeignKey=true, DeleteOnNull=true, Name="FK_Subject", Storage="_Subject")] 
public CCOWSubject Subject { get; set; } 
<AssociationAttribute(ThisKey:="SubjectId,SubjectId,SubjectId", OtherKey:="Id,Id,Id", IsForeignKey:=true, DeleteOnNull:=true, Name:="FK_Subject", Storage:="_Subject")>  _ 
Public Overridable Property Subject() As CCOWSubject 
 Get 
 Set 
public: [AssociationAttribute(ThisKey=L"SubjectId,SubjectId,SubjectId", OtherKey=L"Id,Id,Id", IsForeignKey=true, DeleteOnNull=true, Name=L"FK_Subject",  
Storage=L"_Subject")] 
virtual property CCOWSubject^  Subject 
{ 
 CCOWSubject^  get() 
 System::Void set(CCOWSubject^  value) 
} 

Property Value

The subject table.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.