Click or drag to resize

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
C#
string[] GetPropertyNames(
	string objectName
)

Parameters

objectName
Type: SystemString
The name of the object to inspect.

Return Value

Type: String
A string array of property names.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if objectName is null.
See Also