DatabaseFileMappingsDictionary.ContainsKey(String) Method

Definition

Determines whether this dictionary contains the specified database source file path.

public bool ContainsKey (string sourceFilePath);
override this.ContainsKey : string -> bool
Public Function ContainsKey (sourceFilePath As String) As Boolean

Parameters

sourceFilePath
String

Full path to the source database file, including the file name as well.

Returns

true if the dictionary contains this file path; false otherwise.

Applies to