EdmFunction.AggregateAttribute プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
この関数の集計属性を取得します。
名前空間: System.Data.Entity.Core.Metadata.Edm
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public ReadOnly Property AggregateAttribute As Boolean
Get
'使用
Dim instance As EdmFunction
Dim value As Boolean
value = instance.AggregateAttribute
public bool AggregateAttribute { get; }
public:
property bool AggregateAttribute {
bool get ();
}
member AggregateAttribute : bool
function get AggregateAttribute () : boolean
プロパティ値
型 : System.Boolean