Click or drag to resize

sampleGroupEnginemakeSqlWhere Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Pravi WHERE dodatak SQL upita -

Namespace:  imbWEM.Core.sampleGroup
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public static string makeSqlWhere(
	this sampleGroupSet groupSet,
	sampleGroupItem group,
	ILogBuilder loger,
	string runStamp = null,
	string customWhere = "",
	bool onlyCurrentTest = false
)

Parameters

groupSet
Type: imbWEM.Core.sampleGroupsampleGroupSet

[Missing <param name="groupSet"/> documentation for "M:imbWEM.Core.sampleGroup.sampleGroupEngine.makeSqlWhere(imbWEM.Core.sampleGroup.sampleGroupSet,imbWEM.Core.sampleGroup.sampleGroupItem,imbSCI.Core.reporting.ILogBuilder,System.String,System.String,System.Boolean)"]

group
Type: imbWEM.Core.sampleGroupsampleGroupItem

[Missing <param name="group"/> documentation for "M:imbWEM.Core.sampleGroup.sampleGroupEngine.makeSqlWhere(imbWEM.Core.sampleGroup.sampleGroupSet,imbWEM.Core.sampleGroup.sampleGroupItem,imbSCI.Core.reporting.ILogBuilder,System.String,System.String,System.Boolean)"]

loger
Type: ILogBuilder

[Missing <param name="loger"/> documentation for "M:imbWEM.Core.sampleGroup.sampleGroupEngine.makeSqlWhere(imbWEM.Core.sampleGroup.sampleGroupSet,imbWEM.Core.sampleGroup.sampleGroupItem,imbSCI.Core.reporting.ILogBuilder,System.String,System.String,System.Boolean)"]

runStamp (Optional)
Type: SystemString
Ako nije definisan napravice trenuitni
customWhere (Optional)
Type: SystemString
Proizvoljan WHERE upit
onlyCurrentTest (Optional)
Type: SystemBoolean
Da li proverava RunStamp

Return Value

Type: String

[Missing <returns> documentation for "M:imbWEM.Core.sampleGroup.sampleGroupEngine.makeSqlWhere(imbWEM.Core.sampleGroup.sampleGroupSet,imbWEM.Core.sampleGroup.sampleGroupItem,imbSCI.Core.reporting.ILogBuilder,System.String,System.String,System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type sampleGroupSet. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also