BigML.Model.LocalModel.getFieldById C# (CSharp) Method

getFieldById() public method

public getFieldById ( string fieldId ) : DataSet.Field
fieldId string
return DataSet.Field
            public DataSet.Field getFieldById(string fieldId)
            {
                return getFieldInfo(fieldId);
            }