ProjectElementMapTargetElementType Enumeration |
Type specification of Project element map target element.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public enum ProjectElementMapTargetElementType
Public Enumeration ProjectElementMapTargetElementType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
No type set, or not specified
|
| Table | 1 |
Map target is a table
|
| View | 2 |
Map target is a view
|
| StoredProcedureResultset | 3 |
Map target is a stored procedure resultset
|
| StoredProcedure | 4 |
Map target is a stored procedure and its parameters.
|
| TableValuedFunction | 5 |
Map target is a table valued function, which has 1 guaranteed resultset.
|
| TableValuedFunctionResultset | 6 |
Map target is a resultset from a table valued function.
|
See Also