Click or drag to resize

StatementTypes Enumeration

Statement types for amendment application.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
[FlagsAttribute]
public enum StatementTypes
Members
Member nameValueDescription
SelectCount1 Apply amendment to SELECT COUNT statements.
SelectSet2 Apply amendment to SELECT statements that can return multiple rows of data.
SelectRow4 Apply amendment to SELECT statements that will return a single row of data.
Select7 Apply amendment to all SELECT statements, i.e., SelectCount, SelectSet and SelectRow.
Insert8 Apply amendment to INSERT statements.
Update16 Apply amendment to UPDATE statements.
Delete32 Apply amendment to DELETE statements.
See Also