SetDisableBind(this IDataContextOptions contextOptions, bool disableBind) Method
.NET Standard 2.x
Sets whether the parameter binding is disabled.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public static void SetDisableBind(this IDataContextOptions contextOptions, bool disableBind);
Parameters
contextOptions
SnapObjects.Data.IDataContextOptions
Represents the options for the DataContext object.
disableBind
System.Boolean
If set to true, the parameters in the SQL are replaced with the exact values.
Applies to
.NET Standard
2.x