PostgreSqlFunctionsIsContainedByT Method (T, T) | 
 
            Will generate a containedArray <@ containingArray fragment in the SQL query using the mapping of this function. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.PostgreSql
    Assembly:
   SD.LLBLGen.Pro.DQE.PostgreSql (in SD.LLBLGen.Pro.DQE.PostgreSql.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic static bool IsContainedBy<T>(
	this T[] containedArray,
	T[] containingArray
)
<ExtensionAttribute>
Public Shared Function IsContainedBy(Of T) ( 
	containedArray As T(),
	containingArray As T()
) As Boolean
Parameters
- containedArray
 - Type: T
 - containingArray
 - Type: T
The array containing containedArray 
Type Parameters
- T
 
Return Value
Type: 
BooleanUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . 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).
RemarksFor Linq
See Also