LinqDataSourceView.ContextTypeName 属性

定义

获取或设置数据上下文类的名称,该类包含 TableName 属性中指定的字段或属性。

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

属性值

数据上下文类的名称。

注解

设置 ContextTypeName 控件的 LinqDataSource 属性时,也会为 ContextTypeName 控件的 LinqDataSourceView 属性设置该值。 有关详细信息,请参阅 LinqDataSource.ContextTypeName 对象。

除非在事件期间提供查询数据,或者除非在事件期间SelectingContextCreating手动创建上下文,否则必须指定此属性。

适用于

另请参阅