ObjectContextManagerGetContextCollection Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public ObjectContextCollection GetContextCollection(
string collectionName
)
Public Function GetContextCollection (
collectionName As String
) As ObjectContextCollection
public:
ObjectContextCollection^ GetContextCollection(
String^ collectionName
)
member GetContextCollection :
collectionName : string -> ObjectContextCollection
Parameters
- collectionName String
-
Return Value
ObjectContextCollection
See Also