ObjectContextCollectionName Property
|
Property that represents name of the context
collection. The context collection name is used by the context
manager to identify the collection and the context items that it
contains.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual string Name { get; }
Public Overridable ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get ();
}
abstract Name : string with get
override Name : string with get
Property Value
String
See Also