ISqlDialect.NeedsExecuteBlockStatement property
Gets a value indicating whether the server needs EXECUTE BLOCK statement.
public bool NeedsExecuteBlockStatement { get; }
Property Value
true if the server needs EXECUTE BLOCK statement; otherwise, false.
See Also
- interface ISqlDialect