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

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

Class SelectQueryMaui. Implements the SelectQueryMauiBase

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

Syntax


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

Type Parameters

TEntity
The type of the t entity.

Inheritance Hierarchy


Object
  RingSoft.DbLookup.QueryBuilder..::..SelectQueryMauiBase
    RingSoft.DbLookup.QueryBuilder..::..SelectQueryMaui<(Of <(<'TEntity>)>)>