IDwReadOnlyUpdate.IsProcedure Property
.NET Standard 2.x
Gets a bool
value indicating whether to use a stored procedure instead of the INSERT/DELETE/UPDATE statement to update the database.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
bool IsProcedure { get; }
Property Value
System.Boolean
Whether to use a stored procedure instead of the SQL INSERT/DELETE/UPDATE statement to update the database.
True -- to use a stored procedure to update the database.
False -- to use the SQL INSERT/DELETE/UPDATE statement to update the database.
Applies to
.NET Standard
2.x