Click or drag to resize

SalesGetSQLWhereArchive Method

Gives SQL filter WHERE by Archives

Namespace:  Velo.Data
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
private static string GetSQLWhereArchive(
	this Nullable<Archives> pArchive,
	bool pAnd = true
)

Parameters

pArchive
Type: SystemNullableArchives
Which status?
pAnd (Optional)
Type: SystemBoolean
SQL statement with AND?

Return Value

Type: String
SQL statement sub string WHERE with AND (optional)

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type NullableArchives. 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