Click or drag to resize

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
)

Parameters

propertyName
Type: SystemString
Name of the property.

Return Value

Type: AbstractCriterion
Generated NHibernate expression.
See Also