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

DataRepositoryRegistry..::..GetTable Method (String)

Gets the table.

Namespace:  RingSoft.DbLookup.Testing
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.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.