'宣言
<System.Runtime.CompilerServices.IteratorStateMachineAttribute(C1.Data.DataExtensions/d__0`1)> <System.Runtime.CompilerServices.ExtensionAttribute()> Public Shared Function ExecuteIn(Of T)( _ ByVal query As System.Collections.Generic.IEnumerable(Of T), _ ByVal scope As ClientScope _ ) As System.Collections.Generic.IEnumerable(Of T)
[System.Runtime.CompilerServices.IteratorStateMachine(C1.Data.DataExtensions/d__0`1)] [System.Runtime.CompilerServices.Extension()] public static System.Collections.Generic.IEnumerable<T> ExecuteIn<T>( System.Collections.Generic.IEnumerable<T> query, ClientScope scope )
パラメータ
- query
- クライアントスコープ内で実行するクエリー。
- scope
- クエリーが実行される クライアントスコープ。
型パラメータ
- T
- クエリーから返される項目の型。
戻り値の型
指定された scope内で実行されるクエリー。