DataSourceExpressionCollection::GetKnownTypes Method ()

.NET Framework (current version)
 

Gets an array of data source expression objects that the DataSourceExpressionCollection object can contain.

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

protected:
virtual array<Type^>^ GetKnownTypes() override

Return Value

Type: array<System::Type^>^

An ordered array of data source expression objects that the data source collection can contain.

.NET Framework
Available since 4.0
Return to top
Show: