ExtensionsListTableSQL Method (ListInt32, Int32, Boolean)
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static string ListTableSQL(
this List<int> source,
int ElementSize,
bool ReturnJustElements
)
<ExtensionAttribute>
Public Shared Function ListTableSQL (
source As List(Of Integer),
ElementSize As Integer,
ReturnJustElements As Boolean
) As String
public:
[ExtensionAttribute]
static String^ ListTableSQL(
List<int>^ source,
int ElementSize,
bool ReturnJustElements
)
[<ExtensionAttribute>]
static member ListTableSQL :
source : List<int> *
ElementSize : int *
ReturnJustElements : bool -> string
DMLibrary.Extensions.ListTableSQL = function(source, ElementSize, ReturnJustElements);
Parameters
- source
- Type: System.Collections.GenericListInt32
- ElementSize
- Type: SystemInt32
- ReturnJustElements
- Type: SystemBoolean
Return Value
Type:
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ListInt32. 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