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: 6.0.0.0 (6.0.6225.27214)
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