 | ICommenceDatabaseGetFieldNames Method (String) |
Gets a list of fieldnames for the specified Commence category.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
SyntaxList<string> GetFieldNames(
string categoryName
)
Function GetFieldNames (
categoryName As String
) As List(Of String)
Parameters
- categoryName
- Type: SystemString
Commence categoryname.
Return Value
Type:
ListStringList of fieldnames.
Remarks
RemarksThis method is only available to .Net consumers.
See Also