Click or drag to resize

CCompiledQueryImplBaseGetDatabaseParameters Method

Returns the database query parameters.

Namespace:  PDTec.IceNet.Sdk.Database
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
protected abstract ICollection<CCompiledQueryImplBaseParameter> GetDatabaseParameters(
	IQueryParameters pParameters
)

Parameters

pParameters
Type: PDTec.IceNet.Core.Database.QueryIQueryParameters
The custom query parameter structure.

Return Value

Type: ICollectionCCompiledQueryImplBaseParameter
A collection of database query parameters.
Remarks

To provide ID parameters set the ValueType property to AttrValueType.String and the IsId property to true.

See Also