SqliteParameterCollection.Contains 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Contains(SqliteParameter) |
컬렉션에 지정된 매개 변수가 포함되어 있는지 여부를 나타내는 값을 가져옵니다. |
Contains(Object) |
컬렉션에 지정된 매개 변수가 포함되어 있는지 여부를 나타내는 값을 가져옵니다. |
Contains(String) |
컬렉션에 지정된 이름의 매개 변수가 포함되어 있는지 여부를 나타내는 값을 가져옵니다. |
Contains(SqliteParameter)
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
컬렉션에 지정된 매개 변수가 포함되어 있는지 여부를 나타내는 값을 가져옵니다.
public virtual bool Contains (Microsoft.Data.Sqlite.SqliteParameter value);
override this.Contains : Microsoft.Data.Sqlite.SqliteParameter -> bool
Public Overridable Function Contains (value As SqliteParameter) As Boolean
매개 변수
- value
- SqliteParameter
찾을 매개 변수입니다.
반환
매개 변수가 컬렉션에 포함되어 있으면 true
이고, 그렇지 않으면 false
입니다.
적용 대상
Contains(Object)
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
컬렉션에 지정된 매개 변수가 포함되어 있는지 여부를 나타내는 값을 가져옵니다.
public override bool Contains (object value);
override this.Contains : obj -> bool
Public Overrides Function Contains (value As Object) As Boolean
매개 변수
- value
- Object
찾을 매개 변수입니다. 이어야 SqliteParameter합니다.
반환
매개 변수가 컬렉션에 포함되어 있으면 true
이고, 그렇지 않으면 false
입니다.
적용 대상
Contains(String)
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
- Source:
- SqliteParameterCollection.cs
컬렉션에 지정된 이름의 매개 변수가 포함되어 있는지 여부를 나타내는 값을 가져옵니다.
public override bool Contains (string value);
override this.Contains : string -> bool
Public Overrides Function Contains (value As String) As Boolean
매개 변수
- value
- String
매개 변수의 이름입니다.
반환
매개 변수가 컬렉션에 포함되어 있으면 true
이고, 그렇지 않으면 false
입니다.