ISqlConnection.GetEntityFromPath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the entity id in our database
public:
int GetEntityFromPath(System::String ^ relativePath);
public:
int GetEntityFromPath(Platform::String ^ relativePath);
int GetEntityFromPath(std::wstring const & relativePath);
public int GetEntityFromPath (string relativePath);
abstract member GetEntityFromPath : string -> int
Public Function GetEntityFromPath (relativePath As String) As Integer
Parameters
- relativePath
- String
The relative path to lookup
Returns
The entity id or -1 if not found in our storage