Skip to content

QueryParam class

Represents one parameter in parametrized query statement

public class Korzh.EasyQuery.QueryParam

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
QueryParam()voidInitializes a new instance of the Korzh.EasyQuery.QueryParam class.
QueryParam(QueryParam src)voidInitializes a new instance of the Korzh.EasyQuery.QueryParam class.
QueryParam(string id, DataType dataType, string value, bool generated)voidInitializes a new instance of the Korzh.EasyQuery.QueryParam class.
NameTypeDescription
CaptionstringGets or sets the caption.
DataTypeDataTypeType of the parameter
EditorIdstringGets or sets the default value editor for this parameter
IdstringParameter ID
IsGeneratedboolGets a value indicating whether this parameter is generated.
ValuestringParameter value
ValueAsObjectobjectReturns the value of parameter as object (according to DataType).
NameTypeDescription
CopyFrom(QueryParam param)voidCopies all properties of query parameter to another parameter.