SearchRestrictionApplyRestriction Method |
Applies the restriction and generates nhibernate expression.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public AbstractCriterion ApplyRestriction(
string propertyName
)
Public Function ApplyRestriction (
propertyName As String
) As AbstractCriterion
public:
AbstractCriterion^ ApplyRestriction(
String^ propertyName
)
member ApplyRestriction :
propertyName : string -> AbstractCriterion
Parameters
- propertyName
- Type: SystemString
Name of the property.
Return Value
Type:
AbstractCriterionGenerated NHibernate expression.
See Also