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 = 32Aggregate function.
ForeignKey = 64Foreign key.
None = 0Nothing selected.
ScalarFunction = 16Scalar function.
StoredProcedure = 4Stored procedure.
Table = 1Table.
TableFunction = 8Table function.
View = 2View.