SalesGetSQLWhereArchive Method |  |
Namespace:
Velo.Data
Assembly:
Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxprivate static string GetSQLWhereArchive(
this Nullable<Archives> pArchive,
bool pAnd = true
)
<ExtensionAttribute>
Private Shared Function GetSQLWhereArchive (
pArchive As Nullable(Of Archives),
Optional pAnd As Boolean = true
) As String
Parameters
- pArchive
- Type: SystemNullableArchives
Which status? - pAnd (Optional)
- Type: SystemBoolean
SQL statement with AND?
Return Value
Type:
StringSQL 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