ICriteriaGetCriterion Method |
Get an existing criterion for a regular field. TableAndFieldName returnvalue is on the format 'tablename.fieldname'
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxICriterion GetCriterion(
string TableAndFieldName
)
Function GetCriterion (
TableAndFieldName As String
) As ICriterion
Dim instance As ICriteria
Dim TableAndFieldName As String
Dim returnValue As ICriterion
returnValue = instance.GetCriterion(TableAndFieldName)
ICriterion^ GetCriterion(
[InAttribute] String^ TableAndFieldName
)
Parameters
- TableAndFieldName
- Type: SystemString
Return Value
Type:
ICriterion
See Also