Click or drag to resize

ICommenceDatabaseGetViewColumnNames Method

Gets the columnnames from a view provided a cursor can be created on them.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
IEnumerable<string> GetViewColumnNames(
	string viewName,
	CmcOptionFlags flags = CmcOptionFlags.Fieldname
)

Parameters

viewName
Type: SystemString
Commence view name (case-sensitive).
flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags

Return Value

Type: IEnumerableString
List of fieldnames or columnlabels for view.
See Also