Creates a feature bcp file

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public string CreateFeatureFile(
	int mlsId,
	string tableName,
	string mlsNumberField,
	string masterMlsConnStr,
	string masterMlsImportConnStr,
	string bcpDirPath
)
Visual Basic (Declaration)
Public Function CreateFeatureFile ( _
	mlsId As Integer, _
	tableName As String, _
	mlsNumberField As String, _
	masterMlsConnStr As String, _
	masterMlsImportConnStr As String, _
	bcpDirPath As String _
) As String
Visual C++
public:
String^ CreateFeatureFile(
	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

Return Value

String with the path of the created file.

See Also