Table Member List

This is the complete list of members for Table, including all inherited members.

Calculate(string Expression, int RowIndex, out object Result, out string ErrorString)Table
CdlgFilterTable
ClearCache()Table
Close()Table
CreateNew(string dbfFilename)Table
Deserialize(string newVal)Table
Dump(string dbfFilename, ICallback cBack=null)Table
EditAddField(string Name, FieldType Type, int Precision, int Width)Table
EditCellValue(int FieldIndex, int RowIndex, object newVal)Table
EditClear()Table
EditDeleteField(int FieldIndex, ICallback cBack)Table
EditDeleteRow(int RowIndex)Table
EditingTableTable
EditInsertField(Field Field, ref int FieldIndex, ICallback cBack)Table
EditInsertRow(ref int RowIndex)Table
EditReplaceField(int FieldIndex, Field NewField, ICallback cBack)Table
FilenameTable
get_CellValue(int FieldIndex, int RowIndex)Table
get_ErrorMsg(int ErrorCode)Table
get_Field(int FieldIndex)Table
get_FieldIndexByName(string Fieldname)Table
get_FieldIsJoined(int FieldIndex)Table
get_FieldJoinIndex(int FieldIndex)Table
get_JoinFields(int joinIndex)Table
get_JoinFilename(int joinIndex)Table
get_JoinFromField(int joinIndex)Table
get_JoinOptions(int joinIndex)Table
get_JoinToField(int joinIndex)Table
get_MaxValue(int FieldIndex)Table
get_MeanValue(int FieldIndex)Table
get_MinValue(int FieldIndex)Table
get_RowIsModified(int RowIndex)Table
get_StandardDeviation(int FieldIndex)Table
GlobalCallbackTable
IsJoinedTable
Join(Table table2, string field1, string field2)Table
Join2(Table table2, string field1, string field2, string filenameToReopen, string joinOptions)Table
Join3(Table table2, string field1, string field2, string filenameToReopen, string joinOptions, Array fieldList)Table
JoinCountTable
KeyTable
LastErrorCodeTable
NumFieldsTable
NumRowsTable
Open(string dbfFilename, ICallback cBack)Table
ParseExpression(string Expression, ref string ErrorString)Table
Query(string Expression, ref object Result, ref string ErrorString)Table
Save(ICallback cBack)Table
SaveAs(string dbfFilename, ICallback cBack)Table
Serialize()Table
StartEditingTable(ICallback cBack)Table
StopAllJoins()Table
StopEditingTable(bool ApplyChanges, ICallback cBack)Table
StopJoin(int joinIndex)Table
TestExpression(string Expression, tkValueType ReturnType, ref string ErrorString)Table
TryJoin(Table table2, string fieldTo, string fieldFrom, out int rowCount, out int joinRowCount)Table