Creates a feature bcp file and imports it into a database
Namespace:
HS.Sys.TheEnterprise.Common.LaserbearAssembly: Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
| C# |
|---|
public bool ImportFeatures( int mlsId, string tableName, string mlsNumberField, string masterMlsConnStr, string masterMlsImportConnStr, string bcpDirPath ) |
| Visual Basic (Declaration) |
|---|
Public Function ImportFeatures ( _ mlsId As Integer, _ tableName As String, _ mlsNumberField As String, _ masterMlsConnStr As String, _ masterMlsImportConnStr As String, _ bcpDirPath As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool ImportFeatures( int mlsId, String^ tableName, String^ mlsNumberField, String^ masterMlsConnStr, String^ masterMlsImportConnStr, String^ bcpDirPath ) |
Parameters
- mlsId
- Type: System..::.Int32
MLS ID
- tableName
- Type: System..::.String
Name of the import table
- mlsNumberField
- Type: System..::.String
The field in the import table which contains the MLS Number
- masterMlsConnStr
- Type: System..::.String
Connection string for MasterMLS db
- masterMlsImportConnStr
- Type: System..::.String
Connection string for Import db
- bcpDirPath
- Type: System..::.String
Directory to write the file to