QvEventLogConnection.cs reference
QvxField method
Create a new QvxField to insert into a QvxTable. All fields are mandatory.
QvxField (string fieldName, QlikView.Qvx.QvxLibrary.QvxFieldType type, QlikView.Qvx.QvxLibrary.QvxNullRepresentation nullRepresentation, [QlikView.Qvx.QvxLibrary.FieldAttrType attrType= QlikView.Qvx.QvxLibrary.FieldAttrType.UNKNOWN])
Parameter | Description |
---|---|
fieldName | Name of the field. |
type | Data type in the field. |
nullRepresentation | How Null values should be represented. |
attrType | How field values should be formatted. Default value is FieldAttrType.UNKNOWN. |
QvxTable array
Specifies data formatting information for a table.
Property | Description |
---|---|
Fields | Contains the QvxField specified for every table field. |
GetRows | Returns the GetRowsHandler for this table as defined when the table was created. Effectively, this is the method to call to extract the data rows from the source. |
TableName | String defining the source of the data (for example, executed SQL statement). |