SimpleORM.NET
columns Method (p_table)
NamespacesSorm.InterfacesProvidercolumns(String)

[This is preliminary documentation and is subject to change.]

Queries the provider for the schema content of a given table.
Declaration Syntax
C#Visual BasicVisual C++
List<KeyValuePair<string, string>> columns(
	string p_table
)
Function columns ( _
	p_table As String _
) As List(Of KeyValuePair(Of String, String))
List<KeyValuePair<String^, String^>>^ columns(
	String^ p_table
)
Parameters
p_table (String)
Name of table of interest
Return Value
List of name / type name

Assembly: sorm.interfaces (Module: sorm.interfaces) Version: 1.0.0.35157