<< Click to Display Table of Contents >>
GetName
Gets the data store name.
Prototype
string GetName()
Example
var dst = This.GetDataStore();
var Name = dst.GetName();
See Also
Name