WeenyMapper.ConnectionScope.Matches C# (CSharp) Метод

Matches() публичный Метод

public Matches ( ConnectionScope connectionScope ) : bool
connectionScope ConnectionScope
Результат bool
        public bool Matches(ConnectionScope connectionScope)
        {
            return Matches(connectionScope.Connection.ConnectionString);
        }

Same methods

ConnectionScope::Matches ( string connectionString ) : bool

Usage Example

Пример #1
0
 public virtual bool Matches(ConnectionScope connectionScope)
 {
     return(ConnectionScope.Matches(connectionScope));
 }