The base interface implemented by entity framework implementation classes
            
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
public interface IEntityObject  | 
| Visual Basic | 
|---|
Public Interface IEntityObject  | 
| Visual C++ | 
|---|
public interface class IEntityObject  | 
| F# | 
|---|
type IEntityObject = interface end  |