TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>..::..WithDistinct Method
Applies a distinct operator to the command builder.
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public TableDbCommandBuilder<TCommand, TParameter, TLimit, TObject> WithDistinct()
Public Function WithDistinct As TableDbCommandBuilder(Of TCommand, TParameter, TLimit, TObject)
public: TableDbCommandBuilder<TCommand, TParameter, TLimit, TObject>^ WithDistinct()

