Copies all the types that the query returns.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public void Copy( IEnumerable<Type> queryToTypes ) |
Visual Basic |
---|
Public Sub Copy ( _ queryToTypes As IEnumerable(Of Type) _ ) |
Visual C++ |
---|
public: void Copy( IEnumerable<Type^>^ queryToTypes ) |
Parameters
- queryToTypes
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Type>)>)>
[Missing <param name="queryToTypes"/> documentation for "M:Composite.Data.DataProviderCopier.Copy(System.Collections.Generic.IEnumerable{System.Type})"]