Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class MetaClassDataSource

Inheritance
System.Object
MetaClassDataSource
Implements
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class MetaClassDataSource : Object, IChangeTracking

Constructors

MetaClassDataSource()

Initializes a new instance of the MetaClassDataSource class.

Declaration
public MetaClassDataSource()

Properties

ExtendedTables

Gets the tables.

Declaration
public StringCollection ExtendedTables { get; }
Property Value
Type Description
StringCollection

The tables.

PrimaryTable

Gets or sets the primary table.

Declaration
public string PrimaryTable { get; set; }
Property Value
Type Description
System.String

The primary table.

Explicit Interface Implementations

IChangeTracking.AcceptChanges()

Declaration
void IChangeTracking.AcceptChanges()

IChangeTracking.IsChanged

Declaration
bool IChangeTracking.IsChanged { get; }
Returns
Type Description
System.Boolean

Implements