Click or drag to resize
XWhereAndIsNotNull Method (String, String, BsonValue)

[Missing <summary> documentation for "M:Biolomics.SharedClasses.XWhere.AndIsNotNull(System.String,System.String,MongoDB.Bson.BsonValue)"]

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static XWhere AndIsNotNull(
	string p_FieldName,
	string p_FieldName2,
	BsonValue p_Value
)

Parameters

p_FieldName
Type: SystemString

[Missing <param name="p_FieldName"/> documentation for "M:Biolomics.SharedClasses.XWhere.AndIsNotNull(System.String,System.String,MongoDB.Bson.BsonValue)"]

p_FieldName2
Type: SystemString

[Missing <param name="p_FieldName2"/> documentation for "M:Biolomics.SharedClasses.XWhere.AndIsNotNull(System.String,System.String,MongoDB.Bson.BsonValue)"]

p_Value
Type: BsonValue

[Missing <param name="p_Value"/> documentation for "M:Biolomics.SharedClasses.XWhere.AndIsNotNull(System.String,System.String,MongoDB.Bson.BsonValue)"]

Return Value

Type: XWhere

[Missing <returns> documentation for "M:Biolomics.SharedClasses.XWhere.AndIsNotNull(System.String,System.String,MongoDB.Bson.BsonValue)"]

See Also