The BCSMetadata type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| ClearContext |
Cleans the current context of the metadata.
| |
| Commit |
Commits metadata changes.
| |
| DeleteQuery |
Deletes a query with the specified name.
| |
| DeleteTable |
Deletes a table with the specified name.
| |
| Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
| (Inherited from | ||
| EvaluateScriptExpression(String) |
Evaluates an expression without arguments.
| |
| EvaluateScriptExpression(String, Object) |
Evaluates an expression with the specified argument.
| |
| EvaluateScriptExpression(String, Object ) |
Evaluates an expression with specified arguments.
| |
Allows an (Inherited from | ||
| GetFieldPathValues |
Returns an array of property values that are used in levels
of the Field-Path definition facility.
| |
Serves as a hash function for a particular type. (Inherited from | ||
| GetQuery |
Returns a query with the specified name.
| |
| GetTable |
Returns a table with the specified name.
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| NewQuery |
Creates a new query.
| |
| NewQuery(String) |
Creates a new query with the specified name.
| |
| NewTable |
Creates a new table.
| |
| NewTable(String) |
Creates a new table with the specified name.
| |
| NewTable(String, Object ) |
Creates a new table with the specified name.
| |
| OnDispose |
The method is called on (Overrides DisposableObject OnDispose .) | |
| Rollback |
Revokes metadata changes.
| |
| SaveAutoProperties |
Saves the values of the properties.
| |
| SetContext(BCFSObject, IWin32Window, BCServiceProvider) |
Sets the current context of the metadata.
| |
| SetContext(BCRepository, IWin32Window, BCServiceProvider) |
Sets the current context of the metadata.
| |
| ThrowIfDisposed |
Throws the (Inherited from DisposableObject.) | |
| (Inherited from |
See Also