BCSMetadata Methods |
The BCSMetadata type exposes the following members.
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.) | |
Equals | (Inherited from Object.) | |
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.
| |
Finalize | (Inherited from Object.) | |
GetFieldPathValues |
Returns an array of property values that are used in levels
of the Field-Path definition facility.
| |
GetHashCode | (Inherited from Object.) | |
GetLookupListValues |
Returns an array of values in the specified lookup list.
| |
GetQuery |
Returns a query with the specified name.
| |
GetTable |
Returns a table with the specified name.
| |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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 Dispose.
(Overrides DisposableObjectOnDispose.) | |
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 ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
ToString | (Inherited from Object.) |