 | ICommenceDatabaseGetViewDefinition Method |
Get definition of a view
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
SyntaxIViewDef GetViewDefinition(
string viewName
)
Function GetViewDefinition (
viewName As String
) As IViewDef
Parameters
- viewName
- Type: SystemString
Commence view name, case-sensitive.
Return Value
Type:
IViewDefViewDef object that exposes properties of the view,
null on error.
Exceptions
RemarksUnlike 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