RVTDocs.com

Schema.GetField

Method
Description:
Gets a Field of a given name from the Schema.
Syntax
public Field GetField(
	string name
)
Parameters
Parameter Type Description
name String The Field name
Return Value
Type Description
Field The Field
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException Reading of Entities of this Schema is not allowed to the current add-in.