Skip to main content

DataContext Methods

Provides information about a data source.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetCustomDataSourceDisplayName(Object) Returns the display name of a custom data source.
GetDataMemberDisplayName(Object, String, String) Returns the display name of a data member.
GetDataMemberDisplayName(Object, String) Returns the display name of a data member.
GetDataSourceDisplayName(Object, String) Returns the display name of a data source.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetItemProperties(Object, String, Boolean) Returns the array of data source item properties.
GetType() Gets the Type of the current instance. Inherited from Object.
IsComplexType(Type) static Indicates whether the data source is of a custom type.
IsStandardType(Type) static Indicates whether the data source is of the standard type.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
TryGetDataMemberDisplayName(Object, String, String, out String)
TryGetDataMemberDisplayName(Object, String, out String) Attempts to obtain the display name of the specified data member.
See Also