Click or drag to resize

PropertyMetaDataAttribute Constructor (String, String, Object)

Initializes a new instance of the PropertyMetaDataAttribute class

Namespace:  EDK4Net.Data
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public PropertyMetaDataAttribute(
	string classFieldName,
	string dbfieldName,
	Object dataType
)

Parameters

classFieldName
Type: SystemString
dbfieldName
Type: SystemString
dataType
Type: SystemObject
See Also