Persist.NET Documentation Class Library

PersistentStatement.FillStatementWithWhere Method 

Insert the method's description here.

[Visual Basic]
Protected Sub FillStatementWithWhere( _
   ByVal statement As SqlStatement, _
   ByVal parameters As ICollection _
)
[C#]
protected void FillStatementWithWhere(
   SqlStatement statement,
   ICollection parameters
);

Parameters

statement
the Statement
parameters
Parameters

See Also

PersistentStatement Class | Persist.Statements Namespace