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

SelectQueryMauiBase..::..GetPropertyValue Method

Gets the property value.

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

Syntax


public string GetPropertyValue(
	int rowIndex,
	string property
)
Public Function GetPropertyValue ( _
	rowIndex As Integer, _
	property As String _
) As String
public:
String^ GetPropertyValue(
	int^ rowIndex, 
	String^ property
)

Parameters

rowIndex
Type: Int32
Index of the row.
property
Type: String
The property.

Return Value

System.String.