Gets or sets the subject dependencies table.
[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)
}
A collection of CCOW subject dependencies table.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document