LinqDataSourceView::GetTableMemberInfo Method (Type^)

 

Retrieves metadata about the data collection.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected:
virtual MemberInfo^ GetTableMemberInfo(
	Type^ contextType
)

Parameters

contextType
Type: System::Type^

An object that represents the data context class.

Return Value

Type: System.Reflection::MemberInfo^

An object that contains type metadata for the data collection.

.NET Framework
Available since 3.5
Return to top
Show: