Creates a new context with a specific IDataObjectContext
Namespace: BrightstarDB.DynamicAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public BrightstarDynamicContext(
IDataObjectContext context
) |
| Visual Basic |
|---|
Public Sub New (
context As IDataObjectContext
) |
| Visual C++ |
|---|
public:
BrightstarDynamicContext(
IDataObjectContext^ context
) |
| F# |
|---|
new :
context : IDataObjectContext -> BrightstarDynamicContext |
Parameters
- context
- Type: BrightstarDB.Client..::..IDataObjectContext
The underlying context that this dynamic context will use.
See Also