DynamicParametersRemoveUnused Property |
If true, the command-text is inspected and only values that are clearly used are included on the connection
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool RemoveUnused { get; set; }
Public Property RemoveUnused As Boolean
Get
Set
public:
property bool RemoveUnused {
bool get ();
void set (bool value);
}
member RemoveUnused : bool with get, set
Property Value
Type:
BooleanSee Also