AssignFrom Method (Query)
In This Topic
Assigns (copies) properties from another
Query to the current object.
Syntax
'Declaration
Public Sub AssignFrom( _
ByVal As Query _
)
public void AssignFrom(
Query
)
Parameters
- source
- The source object to copy properties from.
See Also