Click or drag to resize
SearchableElementType Enumeration
Enum definition to define what's the element to search for in the element searcher.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public enum SearchableElementType
Members
  Member nameValueDescription
None0
Entity1
ValueType2
TypedList3
TypedView4
StoredProcedureCall5
NormalField6
StoredProcedureCallParameter7
FieldMappedOntoRelatedField8
Navigator9
Relationship10
TypedListField11
Catalog12
Schema13
Table14
View15
StoredProcedure16
TableField17
ViewField18
StoredProcedureParameter19
ForeignKeyConstraint20
UniqueConstraint21
Sequence22
Resultset23
Enumerable24
Scalar25
TableValuedFunction26
TableValuedFunctionParameter27
TableValuedFunctionCall28
TableValuedFunctionCallParameter29
RootDerivedElement30
EmbeddedDerivedElement31
DerivedElementField32
DerivedModel33
See Also