RelatedTableFilterDefinition<(Of <(<'TRelatedEntity>)>)> Constructor
Initializes a new instance of the RelatedTableFilterDefinition<(Of <(<'TRelatedEntity>)>)> class.
Namespace:
RingSoft.DbLookup.TableProcessingAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public RelatedTableFilterDefinition( TableFilterDefinitionBase tableFilterDefinition, TableDefinitionBase tableDefinition, string propertyName, string parentAlias )
Public Sub New ( _ tableFilterDefinition As TableFilterDefinitionBase, _ tableDefinition As TableDefinitionBase, _ propertyName As String, _ parentAlias As String _ )
public: RelatedTableFilterDefinition( TableFilterDefinitionBase^ tableFilterDefinition, TableDefinitionBase^ tableDefinition, String^ propertyName, String^ parentAlias )
Parameters
- tableFilterDefinition
- Type: RingSoft.DbLookup.TableProcessing..::..TableFilterDefinitionBase
The table filter definition.
- tableDefinition
- Type: RingSoft.DbLookup.ModelDefinition..::..TableDefinitionBase
The table definition.
- propertyName
- Type: String
Name of the property.
- parentAlias
- Type: String
The parent alias.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Property '{propertyName}' was not configured by the Entity Framework. |
ArgumentException |