TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>..::..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> WithDistinct()
Public Function WithDistinct As TableDbCommandBuilder(Of TCommand, TParameter, TLimit)
public: TableDbCommandBuilder<TCommand, TParameter, TLimit>^ WithDistinct()

