RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

PrintingColumnMap..::..MapString Method

Maps the string.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public void MapString(
	LookupColumnDefinitionBase column,
	int index,
	string fieldName
)
Public Sub MapString ( _
	column As LookupColumnDefinitionBase, _
	index As Integer, _
	fieldName As String _
)
public:
void MapString(
	LookupColumnDefinitionBase^ column, 
	int^ index, 
	String^ fieldName
)

Parameters

column
Type: RingSoft.DbLookup.Lookup..::..LookupColumnDefinitionBase
The column.
index
Type: Int32
The index.
fieldName
Type: String
Name of the field.