FileByColName |
Scroll |
Looks up the specified column name and uses the field number for a query for an external data table.
Namespace: Therefore.API
Visual Basic Public Overridable WriteOnly Property FileByColName As String C# public virtual string FileByFieldNo { set;}
Property ValueThe column name set for a query for an external data table. |
Write Only PropertyThis property does not provide read access because the corresponding value is not stored in a member variable. When setting the FileByColName, the FileByFieldNo value is set indirectly. Use the get for the FileByFieldNo property to determine which field will be used in a FileQuery. |