Interface IParameterizedCustomQuerySupport
Inherited Members
Namespace: Reveal.Sdk.Data
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public interface IParameterizedCustomQuerySupport : ICustomQuerySupport
Properties
CustomQueryParameters
(Optional) Parameters to be used in the custom SQL query, if any. The parameters are expected to be named parameters in the query, like @param1, @param2, etc.
Declaration
Dictionary<string, object> CustomQueryParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |