←Select platform

DependentSubjects Property

Summary

Gets or sets the subject dependencies table.

Syntax

C#
VB
C++
[AssociationAttribute(ThisKey="Id,Id,Id", OtherKey="SubjectId,SubjectId,SubjectId", DeleteRule="CASCADE", Name="FK_Subject", Storage="_Subject1")] 
public 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly