DependentSubjects Property
Summary
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 virtual System.Data.Linq.EntitySet<CCOWSubjectDependency> DependentSubjects
{ get; set; }
<AssociationAttribute(ThisKey:="Id,Id,Id", OtherKey:="SubjectId,SubjectId,SubjectId", DeleteRule:="CASCADE", Name:="FK_Subject", Storage:="_Subject1")> _
Public Overridable Property DependentSubjects() As System.Data.Linq.EntitySet(Of CCOWSubjectDependency)
Get
Set
public: [AssociationAttribute(ThisKey=L"Id,Id,Id", OtherKey=L"SubjectId,SubjectId,SubjectId", DeleteRule=L"CASCADE", Name=L"FK_Subject",
Storage=L"_Subject1")]
virtual property System.Data.Linq.EntitySet<CCOWSubjectDependency^ >^ DependentSubjects
{
System.Data.Linq.EntitySet<CCOWSubjectDependency^ >^ get()
System::Void set(System.Data.Linq.EntitySet<CCOWSubjectDependency^ >^ value)
}
Property Value
A collection of CCOW subject dependencies table.