ObjectContextManagerRegisterContextCollection Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.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
- Type: SystemString
- collection
- Type: Teigha.DatabaseServicesObjectContextCollection
See Also