Click or drag to resize
DataResultMap Constructor (String, String)
Initializes a new instance of the DataResultMap class

Namespace: X3Platform.Data
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public DataResultMap(
	string propertyName,
	string dataColumnName
)

Parameters

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:X3Platform.Data.DataResultMap.#ctor(System.String,System.String)"]

dataColumnName
Type: SystemString

[Missing <param name="dataColumnName"/> documentation for "M:X3Platform.Data.DataResultMap.#ctor(System.String,System.String)"]

See Also