 | ICommenceDatabaseGetFieldNames Method (String, String) |
Gets the fieldnames for the specified category.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring GetFieldNames(
string categoryName,
string delim = null
)
Function GetFieldNames (
categoryName As String,
Optional delim As String = Nothing
) As String
Parameters
- categoryName
- Type: SystemString
Commence category name. - delim (Optional)
- Type: SystemString
Delimiter, up to 8 chars.
Return Value
Type:
Stringstring containing the field names delimited by delimiter delim, or CR/LF if delim is null.
Remarks
See Also