Get list of DBColumn properties.
You can also extract properties that don't have DBColumn attribute.
Namespace: DataBaseExecutors.EntityYou can also extract properties that don't have DBColumn attribute.
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax
Parameters
- obj
- Type: DataBaseExecutors.Entity IDBEntity
[Missing <param name="obj"/> documentation for "M:DataBaseExecutors.Entity.DBEntity.GetDBProperties(DataBaseExecutors.Entity.IDBEntity,System.Boolean)"]
- isOnlyDBColumn (Optional)
- Type: System Boolean
extract only properties that have DBColumn attribute or not.
Return Value
Type: List DBEntityProperty[Missing <returns> documentation for "M:DataBaseExecutors.Entity.DBEntity.GetDBProperties(DataBaseExecutors.Entity.IDBEntity,System.Boolean)"]
Remarks
See Also