Select parameter to execute query
Inheritance Hierarchy
SAPExtractorDotNETSAPFieldItem
Namespace: SAPExtractorDotNET
Assembly: SAPExtractorDotNET (in SAPExtractorDotNET.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax
The SAPFieldItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SAPFieldItem | Initializes a new instance of the SAPFieldItem class | |
SAPFieldItem(String, Boolean) | Initializes a new instance of the SAPFieldItem class |
Methods
Name | Description | |
---|---|---|
Between | ||
ComparesBy | ||
createByQueryStructure | ||
createByStatement | ||
createByTableStructure | ||
EndsWith | ||
Equals | (Inherited from Object.) | |
escape | ||
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GreaterEqual | ||
GreaterThan | ||
IsEqualTo | ||
IsNotEqualTo | ||
Likes | ||
LowerEqual | ||
LowerThan | ||
makeWhere | ||
Matches | ||
MemberwiseClone | (Inherited from Object.) | |
StartsWith | ||
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
FieldGroup | the group of field | |
FieldId | Unique id for field | |
FieldSize | Field size | |
FieldStructure | Structure type of field | |
FieldText | Text for field | |
FieldType | Field type | |
IsExclude | ||
isIgnore | is system field or not | |
isKey | is key field or not | |
IsRangeField | is field for range selection | |
MaxValue | ||
Operand | ||
Order | Order no of field | |
Value |
Remarks
See Also