Show / Hide Table of Contents

Interface IParseCriteria

Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public interface IParseCriteria

Methods

| Improve this Doc View Source

Parse(String, out String, out String)

Declaration
void Parse(string criteria, out string schema, out string name)
Parameters
Type Name Description
System.String criteria
System.String schema
System.String name
  • Improve this Doc
  • View Source
Back to top Copyright © 2018