SimpleORM.NET
field Method (p_name)
NamespacesSorm.InterfacesTypeSchemafield(String)

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

Retrieving a field schema by name.
Declaration Syntax
C#Visual BasicVisual C++
FieldSchema field(
	string p_name
)
Function field ( _
	p_name As String _
) As FieldSchema
FieldSchema^ field(
	String^ p_name
)
Parameters
p_name (String)
Name (case-insensitive)
Return Value
The found schema or null

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