Click or drag to resize

ICommenceDatabaseGetViewDefinition Method

Get definition of a view

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
IViewDef GetViewDefinition(
	string viewName
)

Parameters

viewName
Type: SystemString
Commence view name, case-sensitive.

Return Value

Type: IViewDef
ViewDef object that exposes properties of the view, null on error.
Exceptions
ExceptionCondition
CommenceCOMExceptionView not found.
Remarks
Unlike it's (undocumented) Commence counterpart, this method returns a IViewDef object instead of a delimited string. Returns null on error. You cannot use this method on Multiviews.
See Also