LinqDataSourceView.ContextTypeName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置数据上下文类的名称,该类包含 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手动创建上下文,否则必须指定此属性。