SimpleORM.NET
field Method (p_name)
NamespacesSormQuery<(Of <(T>)>)field(String)

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

Makes a field available to be used for constraints. The field must be known through the type parameter for this instance. Use dot syntax to access fields from linked types.
Declaration Syntax
C#Visual BasicVisual C++
public Field field(
	string p_name
)
Public Function field ( _
	p_name As String _
) As Field
public:
Field^ field(
	String^ p_name
)
Parameters
p_name (String)
Name of field to access, case-insensitive
Return Value
A field instance

Assembly: sorm (Module: sorm) Version: 1.0.0.13068