检查查询是否符合
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic abstract bool Check(
long id,
string flag
)
Public MustOverride Function Check (
id As Long,
flag As String
) As Boolean
public:
virtual bool Check(
long long id,
String^ flag
) abstract
abstract Check :
id : int64 *
flag : string -> bool
Parameters
- id
- Type: SystemInt64
[Missing <param name="id"/> documentation for "M:Adf.Web.CacheSession.Check(System.Int64,System.String)"]
- flag
- Type: SystemString
[Missing <param name="flag"/> documentation for "M:Adf.Web.CacheSession.Check(System.Int64,System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Adf.Web.CacheSession.Check(System.Int64,System.String)"]
See Also