DevExpress.DataAccess.BigQuery.BigQueryCommand.Prepare C# (CSharp) Method

Prepare() public method

Creates a prepared (or compiled) version of the command on the data source. This implementation always throws NotSupportedException.
public Prepare ( ) : void
return void
        public override void Prepare() {
            throw new NotSupportedException();
        }