다음을 통해 공유


StructuralTypeConfiguration<TStructuralType>.Count 메서드

정의

오버로드

Count()

이 속성은 이 구조 형식의 개수입니다.

Count(QueryOptionSetting)

이 속성이 이 구조 형식의 개수인지 여부를 설정합니다.

Count()

이 속성은 이 구조 형식의 개수입니다.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Count ();
member this.Count : unit -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Count () As StructuralTypeConfiguration(Of TStructuralType)

반환

적용 대상

Count(QueryOptionSetting)

이 속성이 이 구조 형식의 개수인지 여부를 설정합니다.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Count (Microsoft.AspNet.OData.Query.QueryOptionSetting setting);
member this.Count : Microsoft.AspNet.OData.Query.QueryOptionSetting -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Count (setting As QueryOptionSetting) As StructuralTypeConfiguration(Of TStructuralType)

매개 변수

반환

적용 대상