DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Represents a database object, such as a table, a trigger, a type or a column. More...
Properties | |
ObjectName | FullName [get] |
Gets the fully qualified name of the object used to resolve it uniquely within the database. More... | |
DbObjectType | ObjectType [get] |
Gets the type of database object that the implementation is for More... | |
Represents a database object, such as a table, a trigger, a type or a column.
Definition at line 24 of file IDbObject.cs.
|
get |
Gets the fully qualified name of the object used to resolve it uniquely within the database.
Definition at line 30 of file IDbObject.cs.
|
get |
Gets the type of database object that the implementation is for
Definition at line 35 of file IDbObject.cs.