IUpdatable.GetResource 메서드
쿼리 및 형식 이름으로 식별되는 지정된 형식의 리소스를 가져옵니다.
네임스페이스: System.Data.Services
어셈블리: Microsoft.Data.Services(Microsoft.Data.Services.dll)
구문
‘선언
Function GetResource ( _
query As IQueryable, _
fullTypeName As String _
) As Object
‘사용 방법
Dim instance As IUpdatable
Dim query As IQueryable
Dim fullTypeName As String
Dim returnValue As Object
returnValue = instance.GetResource(query, _
fullTypeName)
Object GetResource(
IQueryable query,
string fullTypeName
)
Object^ GetResource(
IQueryable^ query,
String^ fullTypeName
)
abstract GetResource :
query:IQueryable *
fullTypeName:string -> Object
function GetResource(
query : IQueryable,
fullTypeName : String
) : Object
매개 변수
- query
유형: System.Linq.IQueryable
특정 리소스를 가리키는 LINQ(통합 언어 쿼리)입니다.
- fullTypeName
유형: System.String
리소스의 정규화된 형식 이름입니다.
반환 값
유형: System.Object
지정된 쿼리에서 참조하는 지정된 형식의 리소스를 나타내는 불투명 개체입니다.