C# Class BridgeStack.Query

Base query class.
Inheritance: IQuery
ファイルを表示 Open project: bevacqua/BridgeStack

Public Methods

Method Description
ShallowCopy ( ) : IQuery

Creates a copy of this query object instance, including parameter values.

Method Details

ShallowCopy() public method

Creates a copy of this query object instance, including parameter values.
public ShallowCopy ( ) : IQuery
return IQuery