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