EdmTypeSemantics.ApplyType 方法
傳回此資料列型別定義的參考。
命名空間: Microsoft.Data.Edm
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
<ExtensionAttribute> _
Public Shared Function ApplyType ( _
rowType As IEdmRowType, _
isNullable As Boolean _
) As IEdmRowTypeReference
'用途
Dim rowType As IEdmRowType
Dim isNullable As Boolean
Dim returnValue As IEdmRowTypeReference
returnValue = rowType.ApplyType(isNullable)
public static IEdmRowTypeReference ApplyType(
this IEdmRowType rowType,
bool isNullable
)
[ExtensionAttribute]
public:
static IEdmRowTypeReference^ ApplyType(
IEdmRowType^ rowType,
bool isNullable
)
static member ApplyType :
rowType:IEdmRowType *
isNullable:bool -> IEdmRowTypeReference
public static function ApplyType(
rowType : IEdmRowType,
isNullable : boolean
) : IEdmRowTypeReference
參數
- rowType
型別:Microsoft.Data.Edm.IEdmRowType
呼叫物件的參考。
- isNullable
型別:System.Boolean
true 表示參考的型別應該是可為 Null,否則為 false。
傳回值
型別:Microsoft.Data.Edm.IEdmRowTypeReference
此資料列型別定義的參考。
使用注意事項
在 Visual Basic 及 C# 中,您可以在任何型別 IEdmRowType 的物件上將這個方法做為執行個體方法呼叫。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱 https://msdn.microsoft.com/zh-tw/library/bb384936(v=vs.103) 或 https://msdn.microsoft.com/zh-tw/library/bb383977(v=vs.103)。