| IObjectDbEsentGetPropertyNames Method |
Gets the names of all properties stored in the database for a given object name.
Namespace:
Orthogonal.ObjectDb.Esent
Assembly:
Orthogonal.ObjectDb.Esent (in Orthogonal.ObjectDb.Esent.dll) Version: 4.0.0
Syntax string[] GetPropertyNames(
string objectName
)
Parameters
- objectName
- Type: SystemString
The name of the object to inspect.
Return Value
Type:
StringA string array of property names.
Exceptions See Also