Share via


TableQuery.Copy Method

Definition

Make a shallow copy of this TableQuery object.

public Microsoft.Azure.Cosmos.Table.TableQuery Copy ();
member this.Copy : unit -> Microsoft.Azure.Cosmos.Table.TableQuery
Public Function Copy () As TableQuery

Returns

The newly created shallow copy.

Applies to