Field
Overview
Holds essential subset of DataTable field info. Full information can be retrieved by RemoteDataAdapter getSchema method
Location
DataAbstract.js
- Ancestry: Field
Properties
logChanges
boolean
logChanges
name
string
name
type
string
type
Instance Methods
constructor Field
Creates Field object.
function constructor Field(aName, aType)
Parameters:
- aName: string
- aType: string