[This is preliminary documentation and is subject to change.]
Meta sql enumerated types
Namespace:
OfficeClip.BusinessLayer.MetabaseAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public enum MetaSqlTypes |
Visual Basic (Declaration) |
---|
Public Enumeration MetaSqlTypes |
Visual C++ |
---|
public enum class MetaSqlTypes |
Members
Member name | Description | |
---|---|---|
None |
The default type
| |
SqlSelectByPk |
Select by primary key
| |
SqlSelectAll |
Select All
| |
SqlSelectByFilter |
select by filter
| |
SqlSelectLists |
select lists
| |
SqlInsert |
insert
| |
SqlDelete |
Delete
| |
SqlUpdateFixed |
Update for fixed attribute type
| |
SqlUpdateUdf |
Update for udf attribute type
| |
SqlSelectPreferred |
selection criteria for preferred values
|