Enum SchemaObjects
Defines loadable database objects. Used to specify types of database objects that should be loaded from schema. Doesn't include dependent objects like parameters or columns.
[Flags]
public enum SchemaObjects
- Extension Methods
Fields
AggregateFunction = 32
Aggregate function.
ForeignKey = 64
Foreign key.
None = 0
Nothing selected.
ScalarFunction = 16
Scalar function.
StoredProcedure = 4
Stored procedure.
Table = 1
Table.
TableFunction = 8
Table function.
View = 2
View.