A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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