DataSourceExpressionCollection.CreateKnownType Method (Int32)

.NET Framework (current version)
 

Creates an instance of a data source expression object.

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

protected override object CreateKnownType(
	int index
)

Parameters

index
Type: System.Int32

The zero-based index in the array where the data source expression object is located.

Return Value

Type: System.Object

The index of the data source expression to create from the ordered list of types returned by the GetKnownTypes method.

.NET Framework
Available since 4.0
Return to top
Show: