Click or drag to resize
WhereEventArgs Constructor (ListString, String)
Initializes a new instance of the WhereEventArgs class

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WhereEventArgs(
	List<string> p_LastErrorMessage,
	string p_MySqlWhereClause
)

Parameters

p_LastErrorMessage
Type: System.Collections.GenericListString

[Missing <param name="p_LastErrorMessage"/> documentation for "M:Biolomics.BioCallback.WhereEventArgs.#ctor(System.Collections.Generic.List{System.String},System.String)"]

p_MySqlWhereClause
Type: SystemString

[Missing <param name="p_MySqlWhereClause"/> documentation for "M:Biolomics.BioCallback.WhereEventArgs.#ctor(System.Collections.Generic.List{System.String},System.String)"]

See Also