PFExternalConnection_Location_SQLTableName Property |
Gets or sets the name of the SQL table where the data can be found.
Note: you should include the schema name, "SCHEMA.TABLE".
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax [DataMemberAttribute]
public string TableName { get; set; }
Property Value
Type:
StringSee Also