BCPs a feature file into the database

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

Syntax

C#
public bool BCPFeatureFile(
	string featureFile,
	int mlsId,
	string tableName
)
Visual Basic (Declaration)
Public Function BCPFeatureFile ( _
	featureFile As String, _
	mlsId As Integer, _
	tableName As String _
) As Boolean
Visual C++
public:
bool BCPFeatureFile(
	String^ featureFile, 
	int mlsId, 
	String^ tableName
)

Parameters

featureFile
Type: System..::.String
Path to the feature file
mlsId
Type: System..::.Int32
MLS id
tableName
Type: System..::.String
Feature table name

Return Value

True or false depending on success of BCP

See Also