Object Database
Object Database
Orthogonal.ObjectDb.Esent
ObjectDb Class
ObjectDb Methods
Create Method
Delete(T) Method
DeleteAll(T) Method
Dispose Method
Export Method
FindFirstByIndex(T) Method
Get(T) Method
GetByIndex(T) Method
GetObjectNames Method
GetPropertyNames Method
GetSchema Method
Import Method
Insert(T) Method
InsertMany(T) Method
List Method
ListByIndex Method
Save(T) Method
Update(T) Method
ObjectDb
GetPropertyNames 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#
Copy
public
string
[]
GetPropertyNames
(
string
objectName
)
Parameters
objectName
Type:
System
String
The name of the object to inspect.
Return Value
Type:
String
A string array of property names.
Implements
IObjectDbEsent
GetPropertyNames(String)
Exceptions
Exception
Condition
ArgumentNullException
Thrown if
objectName
is null.
See Also
Reference
ObjectDb Class
Orthogonal.ObjectDb.Esent Namespace
A public domain library by
Orthogonal Programming
(See:
Azure DevOps Repository
)
Send comments on this topic to
gfkeogh@gmail.com