DbSyncAdapterCollection.Contains 方法 (String)
在给定表名时确定特定的 DbSyncAdapter 对象是否在集合中。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
Public Function Contains ( _
tableName As String _
) As Boolean
用法
Dim instance As DbSyncAdapterCollection
Dim tableName As String
Dim returnValue As Boolean
returnValue = instance.Contains(tableName)
public bool Contains (
string tableName
)
public:
bool Contains (
String^ tableName
)
public boolean Contains (
String tableName
)
public function Contains (
tableName : String
) : boolean
参数
- tableName
表的名称。指定此名称以确定关联的 DbSyncAdapter 对象是否在 DbSyncAdapterCollection 中。
返回值
如果存在 DbSyncAdapter 对象,则为 true;否则为 false。
请参阅
参考
DbSyncAdapterCollection 类
DbSyncAdapterCollection 成员
Microsoft.Synchronization.Data 命名空间