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

DbContextEfCore..::..GetTable Method (String)

Gets the table.

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

Syntax


public IQueryable GetTable(
	string tableName
)
Public Function GetTable ( _
	tableName As String _
) As IQueryable
public:
IQueryable^ GetTable(
	String^ tableName
)

Parameters

tableName
Type: String
Name of the table.

Return Value

IQueryable.