ContextDataSourceView.ContextTypeName Property

Definition

Gets or sets the name of the data context class that contains the field or property that is specified in the TableName property.

public:
 virtual property System::String ^ ContextTypeName { System::String ^ get(); void set(System::String ^ value); };
public virtual string ContextTypeName { get; set; }
member this.ContextTypeName : string with get, set
Public Overridable Property ContextTypeName As String

Property Value

The name of the data context class that contains the field or property that is specified in the TableName property.

Applies to