Click or drag to resize

BCSMetadata Methods

The BCSMetadata type exposes the following members.

Methods
  NameDescription
Public methodClearContext
Cleans the current context of the metadata.
Public methodCommit
Commits metadata changes.
Public methodDeleteQuery
Deletes a query with the specified name.
Public methodDeleteTable
Deletes a table with the specified name.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEquals (Inherited from Object.)
Public methodEvaluateScriptExpression(String)
Evaluates an expression without arguments.
Public methodEvaluateScriptExpression(String, Object)
Evaluates an expression with the specified argument.
Public methodEvaluateScriptExpression(String, Object)
Evaluates an expression with specified arguments.
Protected methodFinalize (Inherited from Object.)
Public methodGetFieldPathValues
Returns an array of property values that are used in levels of the Field-Path definition facility.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLookupListValues
Returns an array of values in the specified lookup list.
Public methodGetQuery
Returns a query with the specified name.
Public methodGetTable
Returns a table with the specified name.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNewQuery
Creates a new query.
Public methodNewQuery(String)
Creates a new query with the specified name.
Public methodNewTable
Creates a new table.
Public methodNewTable(String)
Creates a new table with the specified name.
Public methodNewTable(String, Object)
Creates a new table with the specified name.
Protected methodOnDispose (Overrides DisposableObjectOnDispose.)
Public methodRollback
Revokes metadata changes.
Public methodSaveAutoProperties
Saves the values of the properties.
Public methodSetContext(BCFSObject, IWin32Window, BCServiceProvider)
Sets the current context of the metadata.
Public methodSetContext(BCRepository, IWin32Window, BCServiceProvider)
Sets the current context of the metadata.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Top
See Also