RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

TableFilterDefinition<(Of <(<'TEntity>)>)> Class

A filter definition based on an entity.

Namespace:  RingSoft.DbLookup.TableProcessing
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public class TableFilterDefinition<TEntity> : TableFilterDefinitionBase
Public Class TableFilterDefinition(Of TEntity) _
	Inherits TableFilterDefinitionBase
generic<typename TEntity>
public ref class TableFilterDefinition : public TableFilterDefinitionBase

Type Parameters

TEntity
The type of the entity.

Inheritance Hierarchy


Object
  RingSoft.DbLookup.TableProcessing..::..TableFilterDefinitionBase
    RingSoft.DbLookup.TableProcessing..::..TableFilterDefinition<(Of <(<'TEntity>)>)>