[This is preliminary documentation and is subject to change.]
Retrieving a field schema by name.
Declaration Syntax
C# | Visual Basic | Visual 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