London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class MetaClassDataSource

Inheritance
System.Object
MetaClassDataSource
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
Syntax
public class MetaClassDataSource : 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