ObjectContextManagerRegisterContextCollection
Method
|
Registers a context collection with the
context manager.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public void RegisterContextCollection(
string collectionName,
ObjectContextCollection collection
)
Public Sub RegisterContextCollection (
collectionName As String,
collection As ObjectContextCollection
)
public:
void RegisterContextCollection(
String^ collectionName,
ObjectContextCollection^ collection
)
member RegisterContextCollection :
collectionName : string *
collection : ObjectContextCollection -> unit
Parameters
- collectionName String
- [in] Name of the context.
- collection ObjectContextCollection
- [in] Context collection.
See Also