DBEntityProperty Constructor DataBaseExecutors
Initializes a new instance of the DBEntityProperty class

Namespace: DataBaseExecutors.Entity
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public DBEntityProperty(
	DBColumnAttribute column,
	PropertyInfo prop,
	Object value
)

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