DataSourceExpressionCollection.GetKnownTypes Method

Definition

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

protected:
 override cli::array <Type ^> ^ GetKnownTypes();
protected override Type[] GetKnownTypes ();
override this.GetKnownTypes : unit -> Type[]
Protected Overrides Function GetKnownTypes () As Type()

Returns

Type[]

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

Applies to