Aracılığıyla paylaş


DbExpressionBuilder.Constant Yöntem

Tanım

Yeni bir DbConstantExpression oluşturur.

Aşırı Yüklemeler

Constant(TypeUsage, Object)

Belirtilen sabit değerle belirtilen ilkel türden yeni DbConstantExpression bir oluşturur.

Constant(Object)

Verilen sabit değerle yeni DbConstantExpression bir oluşturur.

Constant(TypeUsage, Object)

Belirtilen sabit değerle belirtilen ilkel türden yeni DbConstantExpression bir oluşturur.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbConstantExpression ^ Constant(System::Data::Metadata::Edm::TypeUsage ^ constantType, System::Object ^ value);
public static System.Data.Common.CommandTrees.DbConstantExpression Constant (this System.Data.Metadata.Edm.TypeUsage constantType, object value);
static member Constant : System.Data.Metadata.Edm.TypeUsage * obj -> System.Data.Common.CommandTrees.DbConstantExpression
<Extension()>
Public Function Constant (constantType As TypeUsage, value As Object) As DbConstantExpression

Parametreler

constantType
TypeUsage

Sabit değerin türü.

value
Object

Temsil etmek için sabit değer.

Döndürülenler

Verilen değere ve sonuç türüne constantTypesahip yeni bir DbConstantExpression.

Özel durumlar

value veya constantType null.

value geçerli bir sabit türünün örneği değildir, constantType ilkel bir türü temsil etmez veya value tarafından constantTypetemsil edilenden farklı bir ilkel türdedir.

Şunlara uygulanır

Constant(Object)

Verilen sabit değerle yeni DbConstantExpression bir oluşturur.

public:
 static System::Data::Common::CommandTrees::DbConstantExpression ^ Constant(System::Object ^ value);
public static System.Data.Common.CommandTrees.DbConstantExpression Constant (object value);
static member Constant : obj -> System.Data.Common.CommandTrees.DbConstantExpression
Public Function Constant (value As Object) As DbConstantExpression

Parametreler

value
Object

Temsil etmek için sabit değer.

Döndürülenler

Verilen değere sahip yeni bir DbConstantExpression.

Özel durumlar

value null değeridir.

value geçerli bir sabit türünün örneği değildir.

Şunlara uygulanır