Initializes a new instance of the DBEntityProperty class
Namespace: DataBaseExecutors.EntityAssembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax
Parameters
- column
- Type: DataBaseExecutors.Entity DBColumnAttribute
[Missing <param name="column"/> documentation for "M:DataBaseExecutors.Entity.DBEntityProperty.#ctor(DataBaseExecutors.Entity.DBColumnAttribute,System.Reflection.PropertyInfo,System.Object)"]
- prop
- Type: System.Reflection PropertyInfo
[Missing <param name="prop"/> documentation for "M:DataBaseExecutors.Entity.DBEntityProperty.#ctor(DataBaseExecutors.Entity.DBColumnAttribute,System.Reflection.PropertyInfo,System.Object)"]
- value
- Type: System Object
[Missing <param name="value"/> documentation for "M:DataBaseExecutors.Entity.DBEntityProperty.#ctor(DataBaseExecutors.Entity.DBColumnAttribute,System.Reflection.PropertyInfo,System.Object)"]
See Also