LinqDesignerDataSourceView::IsTableTypeTable Property

 

Gets a value that indicates whether the TableName property returns a Table<TEntity> type.

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

public:
property bool IsTableTypeTable {
	bool get();
}

Property Value

Type: System::Boolean

true if the TableName property returns a Table<TEntity> type; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: