次の方法で共有


ExtensionMethods.GetUInt64(EdmModel, String, Boolean) メソッド

定義

既定の UInt64 型定義への型参照を取得します。 既定の基になる型は です Microsoft.OData.Edm.PrimitiveValueConverterConstants.DefaultUInt64UnderlyingType。 ユーザーが既に独自の UInt64 を定義している場合、このメソッドは何も定義せず、単に型参照を返します。

public static Microsoft.OData.Edm.IEdmTypeDefinitionReference GetUInt64 (this Microsoft.OData.Edm.EdmModel model, string namespaceName, bool isNullable);
static member GetUInt64 : Microsoft.OData.Edm.EdmModel * string * bool -> Microsoft.OData.Edm.IEdmTypeDefinitionReference
<Extension()>
Public Function GetUInt64 (model As EdmModel, namespaceName As String, isNullable As Boolean) As IEdmTypeDefinitionReference

パラメーター

model
EdmModel

関連するモデル

namespaceName
String

型定義が存在する名前空間の名前。

isNullable
Boolean

型定義参照が null 許容かどうかを示します。

戻り値

UInt64 型定義への null 許容型参照。

適用対象