SQLUtilities..::..WhereToStruct Method
Converts a where sentence to a structure.
Namespace:
FLEXYGO.Utilities.SQLAssembly: flxUtilities (in flxUtilities.dll)
Syntax
public static int WhereToStruct( List<SQLUtilities..::..WhereStruct> aArray, string aWhere )
Public Shared Function WhereToStruct ( _ aArray As List(Of SQLUtilities..::..WhereStruct), _ aWhere As String _ ) As Integer
Parameters
- aArray
- Type: List<(Of <(<'SQLUtilities..::..WhereStruct>)>)>
A array.
- aWhere
- Type: String
A where.